We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38c0e6d + f96c54a commit ffb748aCopy full SHA for ffb748a
project/Dependencies.scala
@@ -43,7 +43,7 @@ object Dependencies {
43
val asyncHttpClient = Seq(
44
("org.asynchttpclient" % "async-http-client" % "2.12.4") // 2.12.x comes with outdated netty-reactive-streams, so we ...
45
.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)
+ "com.typesafe.netty" % "netty-reactive-streams" % "2.0.15", // ... a newer version ourselves (ahc v3 will drop that dependency)
47
)
48
49
val pekkoVersion = "1.0.3"
0 commit comments