Skip to content

Commit ffb748a

Browse files
authored
Merge pull request #1085 from playframework/update/3.0.x/patches
[3.0.x] Patch updates
2 parents 38c0e6d + f96c54a commit ffb748a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object Dependencies {
4343
val asyncHttpClient = Seq(
4444
("org.asynchttpclient" % "async-http-client" % "2.12.4") // 2.12.x comes with outdated netty-reactive-streams, so we ...
4545
.exclude("com.typesafe.netty", "netty-reactive-streams"), // ... exclude it and pull in ...
46-
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.14", // ... a newer version ourselves (ahc v3 will drop that dependency)
46+
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.15", // ... a newer version ourselves (ahc v3 will drop that dependency)
4747
)
4848

4949
val pekkoVersion = "1.0.3"

0 commit comments

Comments
 (0)