Skip to content

Commit

Permalink
rollback ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jul 22, 2024
1 parent c39b71f commit ed53e6f
Showing 1 changed file with 2 additions and 2 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("io.ktor:ktor-network:3.0.0-beta-2")
implementation("io.ktor:ktor-network-tls:3.0.0-beta-2")
implementation(libs.ktor.network)
implementation(libs.ktor.network.tls)
implementation(libs.serialization.protobuf)
implementation(libs.tooling)
}
Expand Down

0 comments on commit ed53e6f

Please sign in to comment.