Skip to content

Commit

Permalink
Upgraded Kotlin to 2.0.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbrandt committed Oct 11, 2024
1 parent 44c9d35 commit 97bfea2
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.2"
jvm-dependency-conflict-resolution = "2.1.2"
koin = "4.0.0"
kotest = "5.9.1"
kotlin = "2.0.20" # Must match KSP version below.
kotlin = "2.0.21" # Must match KSP version below.
kotlinpoet = "1.18.1"
kotlinx-coroutines = "1.9.0"
kotlinx-dl = "0.5.2"
ksp = "2.0.20-1.0.25" # Must match Kotlin version above.
ksp = "2.0.21-1.0.25" # Must match Kotlin version above.
mockito = "5.14.1"
mockito-kotlin = "2.2.0"
mockk = "1.13.13"
Expand Down

0 comments on commit 97bfea2

Please sign in to comment.