Skip to content

Commit

Permalink
Merge pull request #307 from scala-steward/update/slf4j-api-2.0.11
Browse files Browse the repository at this point in the history
Update slf4j-api to 2.0.11
  • Loading branch information
an-tex authored Jan 18, 2024
2 parents 1297599 + b8ad39e commit 00713c2
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 @@ -7,7 +7,7 @@ object Dependencies {
val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.16")
val specs2 = Def.setting("org.scalatest" %%% "scalatest" % "3.2.16")
val scalamock = "org.scalamock" %% "scalamock" % "5.2.0" % Test
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.9"
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.11"
val scalaJavaTime = Def.setting("io.github.cquiroz" %%% "scala-java-time" % "2.5.0")
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
val nameOf = "com.github.dwickern" %% "scala-nameof" % "3.0.0-antex"
Expand Down

0 comments on commit 00713c2

Please sign in to comment.