Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch updates #902

Merged
merged 3 commits into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading