Skip to content

Commit 3d8a089

Browse files
committed
chore(recipes): use koin 4.1.1
1 parent 42f9b10 commit 3d8a089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kotlinLogging = "7.0.13"
2929

3030
# Ktor
3131
ktor = "3.3.3"
32-
koin = "4.1.0-Beta8"
32+
koin = "4.1.1"
3333

3434
# mongo
3535
mongodb = "5.6.1"
@@ -101,7 +101,7 @@ ktor-client-plugins-logging = { module = "io.ktor:ktor-client-logging", version.
101101
ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
102102
ktor-client-websockets = { module = "io.ktor:ktor-client-websockets", version.ref = "ktor" }
103103
koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }
104-
koin-ktor = { module = "io.insert-koin:koin-ktor3", version.ref = "koin" }
104+
koin-ktor = { module = "io.insert-koin:koin-ktor", version.ref = "koin" }
105105
kotlinFpUtil = { module = "it.czerwinski:kotlin-util", version = "2.1.0" }
106106
mongodb-bson-kotlin = { module = "org.mongodb:bson-kotlin", version.ref = "mongodb" }
107107
mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-coroutine", version.ref = "mongodb" }

0 commit comments

Comments
 (0)