Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.16 (#363)
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Chantepie <[email protected]>
  • Loading branch information
scala-steward and cchantep authored Aug 12, 2024
1 parent c2331d2 commit f396723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ReactiveMongo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class ReactiveMongo { self =>
},
libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo" % reactiveMongoVer % Provided,
"org.slf4j" % "slf4j-simple" % "2.0.13" % Provided,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Provided,
"org.specs2" %% "specs2-core" % specsVer.value % Test
),
libraryDependencies += {
Expand Down

0 comments on commit f396723

Please sign in to comment.