Skip to content

Commit

Permalink
Upgrade Kotlin dev version to 2.1.0-Beta1 (#2813)
Browse files Browse the repository at this point in the history
Closes #2809
  • Loading branch information
paul-dingemans committed Sep 24, 2024
1 parent b7d819c commit 70c16fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ java-compilation = "21"
# The java-target version is the lowest supported LTS version of Java. Jar's produced are bytecode compatible with this version.
java-target = "8"
kotlin = "2.0.20"
kotlinDev = "2.0.20"
kotlinDev = "2.1.0-Beta1"

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down

0 comments on commit 70c16fb

Please sign in to comment.