Skip to content

Commit

Permalink
bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Sep 17, 2024
1 parent 40feaec commit 8525e1a
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.0.20'
// Koin Versions
koin_version = '4.0.0-RC3'
koin_version = '4.0.0'
koin_android_version = koin_version
koin_compose_version = koin_version

Expand Down
2 changes: 1 addition & 1 deletion examples/jvm-perfs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks.getByName<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>("compileKotlin"

val jmhVersion = "1.36"
//TODO get from existing version.gradle file
val koin_version = "4.0.0-RC3"
val koin_version = "4.0.0"

dependencies {
api("io.insert-koin:koin-core:$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.0.0-RC3
koinVersion=4.0.0

#Compose
org.jetbrains.compose.experimental.jscanvas.enabled=true
Expand Down

0 comments on commit 8525e1a

Please sign in to comment.