Update slf4j-api to 2.0.5 (#434)

This commit is contained in:
Scala Steward 2022-11-29 09:54:42 +01:00 committed by GitHub
parent 9c5f2cf681
commit 214e2b67a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ lazy val `lm-coursier-shaded` = project
"net.hamnaberg" %% "dataclass-annotation" % dataclassScalafixV % Provided,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0",
"org.scala-lang.modules" %% "scala-xml" % "2.1.0", // depending on that one so that it doesn't get shaded
"org.slf4j" % "slf4j-api" % "2.0.3", // depending on that one so that it doesn't get shaded either
"org.slf4j" % "slf4j-api" % "2.0.5", // depending on that one so that it doesn't get shaded either
lmIvy.value,
"org.scalatest" %% "scalatest" % "3.2.14" % Test
)