From 5f3aa5b1871dd14661fc781535bc3d4290bf5f78 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 15 Sep 2023 19:11:33 +0200 Subject: [PATCH] Play 2.9 release candidate --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 99a304d8..11f396e7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -44,7 +44,7 @@ object Dependencies { val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % "2.6.20") - val playNettyServer = Seq("com.typesafe.play" %% "play-netty-server" % "2.9.0-M7") + val playNettyServer = Seq("com.typesafe.play" %% "play-netty-server" % "2.9.0-RC2") val reactiveStreams = Seq("org.reactivestreams" % "reactive-streams" % "1.0.4")