Skip to content

Commit 8c16e36

Browse files
committed
Bump to 2.7.0
1 parent ae0bf7d commit 8c16e36

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To get started add the following to your project's *build.gradle* file:
3232
```groovy
3333
plugins {
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
3838
jar {

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "no.item.xp.plugin"
14-
version = "2.6.3"
14+
version = "2.7.0"
1515

1616
kotlin {
1717
jvmToolchain(11)
@@ -28,8 +28,8 @@ repositories {
2828
}
2929

3030
dependencies {
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")

0 commit comments

Comments
 (0)