Skip to content

Commit

Permalink
test for K2.1.10-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Jan 10, 2025
1 parent 8dca6a9 commit 55d83f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
// Kotlin
kotlin_version = '2.1.0'
// Koin Versions
koin_version = '4.1.0-Beta5'
koin_version = '4.1.0-K2.1.10-RC'
koin_android_version = koin_version
koin_compose_version = koin_version

Expand Down
2 changes: 1 addition & 1 deletion projects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.parallel=true
kotlin.code.style=official

#Koin
koinVersion=4.1.0-Beta5
koinVersion=4.1.0-K2.1.10-RC

#Compose
org.jetbrains.compose.experimental.jscanvas.enabled=true
Expand Down
2 changes: 1 addition & 1 deletion projects/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# /!\ Koin in gradle.properties /!\

# Core
kotlin = "2.1.0"
kotlin = "2.1.10-RC"
binaryValidator = "0.16.3"
publish = "2.0.0"
coroutines = "1.9.0"
Expand Down

0 comments on commit 55d83f1

Please sign in to comment.