Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Dependencies {

val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.1.0-M2")

val nettyVersion = "4.1.128.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
val nettyVersion = "4.2.7.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
val asyncHttpClient = Seq(
("org.asynchttpclient" % "async-http-client" % "2.12.4") // 2.12.x comes with outdated netty-reactive-streams and netty, so we ...
.exclude("com.typesafe.netty", "netty-reactive-streams") // ... exclude netty-reactive-streams and ...
Expand Down
Loading