Skip to content

Commit

Permalink
Upgraded to Kotlin 2.1.0 and KSP to 2.1.0-1.0.29.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbrandt committed Nov 28, 2024
1 parent 3a75377 commit 5383c28
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 @@ -10,11 +10,11 @@ junit = "5.11.3"
jvm-dependency-conflict-resolution = "2.1.2"
koin = "4.0.0"
kotest = "5.9.1"
kotlin = "2.0.21" # Must match KSP version below.
kotlin = "2.1.0" # Must match KSP version below.
kotlinpoet = "2.0.0"
kotlinx-coroutines = "1.9.0"
kotlinx-dl = "0.5.2"
ksp = "2.0.21-1.0.28" # Must match Kotlin version above.
ksp = "2.1.0-1.0.29" # Must match Kotlin version above.
mockito = "5.14.2"
mockito-kotlin = "2.2.0"
mockk = "1.13.13"
Expand Down

0 comments on commit 5383c28

Please sign in to comment.