Skip to content

Commit

Permalink
Bump koin-core 3.5.2 + Kotlin 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Nov 8, 2023
1 parent 38f930e commit 1e4c6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext {
// Koin Versions
koin_version = '3.5.0'
koin_version = '3.5.2'

// Kotlin
kotlin_version = '1.9.0' //TODO wait Compose for 1.9.10 or +
kotlin_version = '1.9.20'
validator_version = '0.13.2'

coroutines_version = "1.7.3"
Expand Down

0 comments on commit 1e4c6e8

Please sign in to comment.