Skip to content

Commit 73d44b6

Browse files
committed
Upgraded Kotlin to 2.0.10 and KSP to 1.0.24.
1 parent 5c2aa69 commit 73d44b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ junit = "5.10.3"
99
koin = "3.5.6"
1010
kotest = "5.9.1"
1111
# Consider also `kotlinTargetVersion` in kotlin-project.gradle.kts.
12-
kotlin = "2.0.10-RC2"
12+
kotlin = "2.0.10"
1313
kotlinpoet = "1.18.1"
1414
kotlinx-coroutines = "1.8.1"
1515
kotlinx-dl = "0.5.2"
16-
ksp = "2.0.10-RC2-1.0.24" # Must match Kotlin version above.
16+
ksp = "2.0.10-1.0.24" # Must match Kotlin version above.
1717
mockito = "5.12.0"
1818
mockito-kotlin = "2.2.0"
1919
mockk = "1.13.12"

0 commit comments

Comments
 (0)