Skip to content

Commit

Permalink
Merge pull request #844 from scala-steward/update/2.2.x/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Jan 15, 2024
2 parents 2b300a1 + 016a171 commit 8996144
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("com.typesafe.play" %% "play-json" % "2.10.3")

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 akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)

val backendServerTestDependencies = Seq(
"com.typesafe.play" %% "play-netty-server" % "2.9.0",
"com.typesafe.play" %% "play-netty-server" % "2.9.1",
// 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.9.7
sbt.version=1.9.8

0 comments on commit 8996144

Please sign in to comment.