We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e777b commit 3efba2aCopy full SHA for 3efba2a
gradle/libs.versions.toml
@@ -1,14 +1,14 @@
1
[versions]
2
kotlin = "2.1.10"
3
-ktor = "3.0.3"
+ktor = "3.1.0"
4
5
[libraries]
6
# Kotlin
7
kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common" }
8
kotlin-test-annotations-common = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common" }
9
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
10
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.8.0" }
11
-kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
+kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.2" }
12
13
# Ktor
14
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
0 commit comments