Skip to content

Commit

Permalink
change dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jul 22, 2024
1 parent 6393107 commit c39b71f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ kotlin {
dependencies {
api(libs.immutable)
implementation(libs.coroutines)
implementation(libs.ktor.network)
implementation(libs.ktor.network.tls)
implementation("io.ktor:ktor-network:3.0.0-beta-2")
implementation("io.ktor:ktor-network-tls:3.0.0-beta-2")
implementation(libs.serialization.protobuf)
implementation(libs.tooling)
}
Expand Down
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.strictly = "3.0.0-beta-2" }
ktor-network-tls = { group = "io.ktor", name = "ktor-network-tls", version.strictly = "3.0.0-beta-2" }
ktor-network = { group = "io.ktor", name = "ktor-network", version.ref = "ktor" }
ktor-network-tls = { group = "io.ktor", name = "ktor-network-tls", version.ref = "ktor" }
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 c39b71f

Please sign in to comment.