We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913ea94 commit 41e3ba1Copy full SHA for 41e3ba1
gradle/libs.versions.toml
@@ -13,7 +13,7 @@ sqldelight-compiler-env = { module = "app.cash.sqldelight:compiler-env", version
13
14
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
15
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
16
-ktor-network = { module = "io.ktor:ktor-network", version = "2.3.6" }
+ktor-network = { module = "io.ktor:ktor-network", version = "2.3.7" }
17
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.5.0" }
18
uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.0.22" }
19
serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version = "1.6.2" }
0 commit comments