Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin.jvm to v1.9.24 (#338)
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 362fc75 commit f1ada19
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"
jvmTarget = "17"
Expand All @@ -11,7 +11,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" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }

Expand Down

0 comments on commit f1ada19

Please sign in to comment.