Skip to content

Commit

Permalink
Merge pull request #718 from scala-steward/update/slf4j-api-2.0.3
Browse files Browse the repository at this point in the history
slf4j-api 2.0.3 (was 2.0.1)
  • Loading branch information
mkurz authored Oct 18, 2022
2 parents 40e94ad + 953de0f commit 3a354d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.0-RC7")

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

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

Expand Down

0 comments on commit 3a354d2

Please sign in to comment.