Skip to content

Commit

Permalink
Update slf4j-api to 2.0.3 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 20, 2022
1 parent 38f75d3 commit 8256650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ lazy val `lm-coursier-shaded` = project
"net.hamnaberg" %% "dataclass-annotation" % dataclassScalafixV % Provided,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1",
"org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded
"org.slf4j" % "slf4j-api" % "1.7.36", // depending on that one so that it doesn't get shaded either
"org.slf4j" % "slf4j-api" % "2.0.3", // depending on that one so that it doesn't get shaded either
lmIvy.value,
"org.scalatest" %% "scalatest" % "3.2.14" % Test
)
Expand Down

0 comments on commit 8256650

Please sign in to comment.