Skip to content

Commit

Permalink
Merge pull request playframework#819 from mkurz/play29
Browse files Browse the repository at this point in the history
Play 2.9.0
  • Loading branch information
mkurz authored Oct 25, 2023
2 parents e621566 + c7a1404 commit 4167e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 4167e24

Please sign in to comment.