Skip to content

Commit

Permalink
Bump kotlin to 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Aug 30, 2023
1 parent 9da8e2c commit 5e7528a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ object Versions {
const val jodaTime = "2.12.5"
const val junit = "4.13.2"
const val jvmTarget = "17"
const val kotlin = "1.9.0"
const val kotlinCompilerExtensionVersion = "1.5.1"
const val kotlin = "1.9.10"
const val kotlinCompilerExtensionVersion = "1.5.3"
const val kotlinx = "1.7.3"
const val leakCanary = "2.12"
// Make sure the following issue has been fixed before upgrading mockk:
Expand Down

0 comments on commit 5e7528a

Please sign in to comment.