Skip to content

Commit

Permalink
chore: upgrade kotlin to 2.0.10 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Aug 21, 2024
1 parent 8b713f8 commit 83e4854
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 @@ -9,10 +9,10 @@ inject = "javax.inject:javax.inject:1"
junit4 = "junit:junit:4.13.2"
kotlinpoet-core = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" }
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoet" }
ksp = "com.google.devtools.ksp:symbol-processing-api:2.0.0-1.0.23"
ksp = "com.google.devtools.ksp:symbol-processing-api:2.0.10-1.0.24"
tp = "com.github.stephanenicolas.toothpick:toothpick:3.1.0"

[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.0.0" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.0.10" }
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.3" }
spotless = { id = "com.diffplug.gradle.spotless", version = "6.2.0" }

0 comments on commit 83e4854

Please sign in to comment.