We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2649b0a + bb4c492 commit b125b51Copy full SHA for b125b51
project/Dependencies.scala
@@ -51,7 +51,7 @@ object Dependencies {
51
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)
52
53
val backendServerTestDependencies = Seq(
54
- "com.typesafe.play" %% "play-netty-server" % "2.9.8",
+ "com.typesafe.play" %% "play-netty-server" % "2.9.9",
55
// Following dependencies are pulled in by play-netty-server, we just make sure
56
// now that we use the same akka version here like akka-stream above.
57
// This is because when upgrading the akka version in Play and play-ws here we usually release
0 commit comments