Skip to content

Commit

Permalink
Merge pull request playframework#962 from scala-steward/update/2.2.x/…
Browse files Browse the repository at this point in the history
…patches

[2.2.x] Patch updates
  • Loading branch information
mkurz authored Dec 2, 2024
2 parents d88695e + bd8b33d commit 1221bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Dependencies {
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)

val backendServerTestDependencies = Seq(
"com.typesafe.play" %% "play-netty-server" % "2.9.5",
"com.typesafe.play" %% "play-netty-server" % "2.9.6",
// Following dependencies are pulled in by play-netty-server, we just make sure
// now that we use the same akka version here like akka-stream above.
// This is because when upgrading the akka version in Play and play-ws here we usually release
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
#
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit 1221bc6

Please sign in to comment.