File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ To get started add the following to your project's *build.gradle* file:
3232 ``` groovy
3333plugins {
3434 id 'java'
35- id 'no.item.xp.codegen' version '2.6.1 '
35+ id 'no.item.xp.codegen' version '2.7.0 '
3636}
3737
3838jar {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = " no.item.xp.plugin"
14- version = " 2.6.3 "
14+ version = " 2.7.0 "
1515
1616kotlin {
1717 jvmToolchain(11 )
@@ -28,8 +28,8 @@ repositories {
2828}
2929
3030dependencies {
31- implementation(platform(" org.jetbrains.kotlin:kotlin-bom:${ kotlinVersion} " ))
32- implementation(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
31+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:$kotlinVersion " ))
32+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion " )
3333 implementation(" io.arrow-kt:arrow-core:2.0.1" )
3434 testImplementation(" org.junit.jupiter:junit-jupiter:5.12.1" )
3535 testImplementation(" org.jetbrains.kotlin:kotlin-test" )
You can’t perform that action at this time.
0 commit comments