Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Apr 15, 2024
1 parent 27b92f8 commit f0e5c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ ext {
// Kotlin
kotlin_version = '1.9.23'
// Koin Versions
koin_version = '3.6.0-Beta1'
koin_version = '3.6.0-Beta2'
koin_android_version = koin_version
koin_compose_version = "1.2.0-Beta1"
koin_compose_version = "1.2.0-Beta2"

coroutines_version = "1.8.0"
ktor_version = "2.3.9"
Expand Down

0 comments on commit f0e5c88

Please sign in to comment.