Skip to content

Commit

Permalink
Bump Kotlin from 1.8.10 to latest 1.9.10. (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 3, 2023
1 parent b4c5e28 commit 3ffe6a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jte-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
<kotlin.version>1.8.10</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.8.10"
kotlin("jvm") version "1.9.10"
id("gg.jte.gradle") version("3.0.4-SNAPSHOT")
}

Expand Down
2 changes: 1 addition & 1 deletion test/jte-runtime-cp-test-gradle-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.nio.file.Paths

plugins {
kotlin("jvm") version "1.8.10"
kotlin("jvm") version "1.9.10"
id("gg.jte.gradle") version("3.0.4-SNAPSHOT")
}

Expand Down

0 comments on commit 3ffe6a2

Please sign in to comment.