Skip to content

Commit

Permalink
Bump Kotlin to 2.1; use jvm 21 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
The Pkl Team (automation) committed Jan 23, 2025
1 parent 8ff28b7 commit 26ec95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spotless {
}

kotlin {
jvmToolchain(17)
jvmToolchain(21)
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
pkl = "0.25.1"
kotlin = "1.9.0"
kotlin = "2.1.0"
junit = "5.10.0"
spotless = "6.25.0"

Expand Down

0 comments on commit 26ec95e

Please sign in to comment.