Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin.jvm to v1.9.24 (#273)
Browse files Browse the repository at this point in the history
* Update dependency org.jetbrains.kotlin.jvm to v1.9.24

* Update libs.versions.toml

---------

Co-authored-by: Zac Sweers <[email protected]>
  • Loading branch information
slack-oss-bot and ZacSweers authored May 13, 2024
1 parent 5a5e969 commit 7e5423e
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
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.23"
kotlin = "1.9.24"
ktfmt = "0.49"
jdk = "21"
# lint checks must target JDK 17, but the runtime should remain 11
Expand All @@ -13,7 +13,7 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
lint = { id = "com.android.lint", version = "8.5.0-beta01" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.23-1.0.20" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.24-1.0.20" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.28.0" }
mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
Expand Down

0 comments on commit 7e5423e

Please sign in to comment.