Skip to content

Commit

Permalink
Upgrade netty-tcnative 2.0.61, close #4417
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed May 10, 2023
1 parent 6b29d67 commit 01d0a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
private val nettyHttp2 = netty.withName("netty-codec-http2")
private val nettyResolverNativeOsXX86 = netty.withName("netty-resolver-dns-native-macos") classifier "osx-x86_64"
private val nettyResolverNativeOsXArm = nettyResolverNativeOsXX86 classifier "osx-aarch_64"
private val nettyTcNative = netty.organization % "netty-tcnative-classes" % "2.0.60.Final"
private val nettyTcNative = netty.organization % "netty-tcnative-classes" % "2.0.61.Final"
private val nettyTcNativeBoringSsl = nettyTcNative.withName("netty-tcnative-boringssl-static")
private val nettyTcNativeBoringSslLinuxX86 = nettyTcNativeBoringSsl classifier "linux-x86_64"
private val nettyTcNativeBoringSslLinuxArm = nettyTcNativeBoringSsl classifier "linux-aarch_64"
Expand Down

0 comments on commit 01d0a70

Please sign in to comment.