We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f6d6b6 + a7b99ab commit e557600Copy full SHA for e557600
build.sbt
@@ -49,7 +49,7 @@ lazy val core = project
49
libraryDependencies ++= List(
50
"org.log4s" %% "log4s" % "1.10.0",
51
"co.fs2" %% "fs2-reactive-streams" % "3.11.0",
52
- ("org.playframework.netty" % "netty-reactive-streams-http" % "3.0.2")
+ ("org.playframework.netty" % "netty-reactive-streams-http" % "3.0.3")
53
.exclude("io.netty", "netty-codec-http")
54
.exclude("io.netty", "netty-handler"),
55
"io.netty" % "netty-codec-http" % netty,
0 commit comments