Skip to content

Commit

Permalink
no netty 5 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Jun 22, 2023
1 parent 8da1a8b commit 374b9e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ kotlinx-bcv = "0.13.1"
ktor = "2.3.0"

netty = "4.1.93.Final"
netty5 = "5.0.0.Alpha5"
netty-quic = "0.0.46.Final"

bouncycastle = "1.75"
Expand Down Expand Up @@ -44,9 +43,6 @@ netty-handler = { module = "io.netty:netty-handler", version.ref = "netty" }
netty-codec-http = { module = "io.netty:netty-codec-http", version.ref = "netty" }
netty-codec-quic = { module = "io.netty.incubator:netty-incubator-codec-native-quic", version.ref = "netty-quic" }

netty5-handler = { module = "io.netty:netty5-handler", version.ref = "netty5" }
netty5-codec-http = { module = "io.netty:netty5-codec-http", version.ref = "netty5" }

bouncycastle = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "bouncycastle" }

turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
Expand Down

0 comments on commit 374b9e3

Please sign in to comment.