Skip to content

Commit

Permalink
update ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jul 22, 2024
1 parent 8d06025 commit 3256d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ versions = "0.51.0"
[libraries]
coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version.ref = "immutable" }
ktor-network = { group = "io.ktor", name = "ktor-network", version.ref = "ktor" }
ktor-network-tls = { group = "io.ktor", name = "ktor-network-tls", version.ref = "ktor" }
ktor-network = { group = "io.ktor", name = "ktor-network", version.strictly = "3.0.0-beta-2" }
ktor-network-tls = { group = "io.ktor", name = "ktor-network-tls", version.strictly = "3.0.0-beta-2" }
serialization-protobuf = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-protobuf", version.ref = "serialization" }
tooling = { group = "dev.datlag.tooling", name = "tooling-async", version.ref = "tooling" }

Expand Down

0 comments on commit 3256d39

Please sign in to comment.