We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7409940 + cae9493 commit 7c0000dCopy full SHA for 7c0000d
1 file changed
project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
40
41
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.0.1")
42
43
- val nettyVersion = "4.1.132.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
+ val nettyVersion = "4.1.133.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
44
val asyncHttpClient = Seq(
45
("org.asynchttpclient" % "async-http-client" % "2.14.5") // 2.12.x comes with outdated netty-reactive-streams and netty, so we ...
46
.exclude("com.typesafe.netty", "netty-reactive-streams") // ... exclude netty-reactive-streams and ...
0 commit comments