Skip to content

Commit

Permalink
Merge pull request #840 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Jan 15, 2024
2 parents 1459c4f + e66fda0 commit d2767b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependencies {

val playJson = Seq("org.playframework" %% "play-json" % "3.0.1")

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

val javaxInject = Seq("javax.inject" % "javax.inject" % "1")

Expand All @@ -47,7 +47,7 @@ object Dependencies {
val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion)

val backendServerTestDependencies = Seq(
"org.playframework" %% "play-netty-server" % "3.0.0",
"org.playframework" %% "play-netty-server" % "3.0.1",
// 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
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.9.7
sbt.version=1.9.8

0 comments on commit d2767b0

Please sign in to comment.