Skip to content

Commit

Permalink
Merge pull request #902 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mergify[bot] authored Jun 25, 2024
2 parents b75929d + 1c83cdc commit ba05039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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("org.playframework" %% "play-json" % "3.0.3")
val playJson = Seq("org.playframework" %% "play-json" % "3.0.4")

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

Expand All @@ -42,12 +42,12 @@ object Dependencies {

val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % "2.12.3")

val pekkoVersion = "1.0.2"
val pekkoVersion = "1.0.3"

val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion)

val backendServerTestDependencies = Seq(
"org.playframework" %% "play-netty-server" % "3.0.3",
"org.playframework" %% "play-netty-server" % "3.0.4",
// Following dependencies are pulled in by play-netty-server, we just make sure
// now that we use the same pekko version here like pekko-stream above.
// This is because when upgrading the pekko version in Play and play-ws here we usually release
Expand Down

0 comments on commit ba05039

Please sign in to comment.