From c7a1404688493b38541dc6ff9d88a1a804b75ce5 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 25 Oct 2023 22:21:45 +0200 Subject: [PATCH] Play 2.9 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 28331875..e5ed1daa 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-RC3") + val playNettyServer = Seq("com.typesafe.play" %% "play-netty-server" % "2.9.0") val reactiveStreams = Seq("org.reactivestreams" % "reactive-streams" % "1.0.4")