Skip to content

Commit

Permalink
Merge pull request playframework#903 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
mergify[bot] authored Jun 25, 2024
2 parents 47cb334 + a520cc4 commit 9c02d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {

val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.3")

val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.5")
val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.6")

val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.13")

Expand All @@ -47,7 +47,7 @@ object Dependencies {
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)

val backendServerTestDependencies = Seq(
"com.typesafe.play" %% "play-netty-server" % "2.9.3",
"com.typesafe.play" %% "play-netty-server" % "2.9.4",
// 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

0 comments on commit 9c02d84

Please sign in to comment.