We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd80b5c + 4daf76b commit 482640fCopy full SHA for 482640f
project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
40
41
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.1.0-M2")
42
43
- val nettyVersion = "4.1.129.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
+ val nettyVersion = "4.1.130.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.12.4") // 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