Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent 19a547d commit 55bf283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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 = "1.9.21"
kotlinDev = "1.9.21"
kotlin = "1.9.22"
kotlinDev = "1.9.22"

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

0 comments on commit 55bf283

Please sign in to comment.