Skip to content

Commit 487f7f3

Browse files
committed
Updated Kotlin to 2.1.21 and KSP to 2.1.21-2.0.1.
1 parent 560b5d1 commit 487f7f3

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
@@ -10,11 +10,11 @@ junit = "5.12.2"
1010
jvm-dependency-conflict-resolution = "2.1.2"
1111
koin = "4.0.4"
1212
kotest = "5.9.1"
13-
kotlin = "2.1.21-RC2" # Must match KSP version below.
13+
kotlin = "2.1.21" # Must match KSP version below.
1414
kotlinpoet = "2.1.0"
1515
kotlinx-coroutines = "1.10.2"
1616
kotlinx-dl = "0.5.2"
17-
ksp = "2.1.21-RC2-2.0.1" # Must match Kotlin version above.
17+
ksp = "2.1.21-2.0.1" # Must match Kotlin version above.
1818
mockito = "5.17.0"
1919
mockito-kotlin = "2.2.0"
2020
mockk = "1.14.2"

0 commit comments

Comments
 (0)