Merge pull request #441 from eed3si9n/wip/revert

Revert "Update slf4j-api to 2.0.3"
This commit is contained in:
eugene yokota 2023-01-03 09:59:50 -05:00 committed by GitHub
commit fcb67d7711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
.scala-steward.conf Normal file
View File

@ -0,0 +1,3 @@
updates.pin = [
{ groupId = "org.slf4j", artifactId="slf4j-api", version = "1." }
]

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.6", // depending on that one so that it doesn't get shaded either
"org.slf4j" % "slf4j-api" % "1.7.36", // depending on that one so that it doesn't get shaded either
lmIvy.value,
"org.scalatest" %% "scalatest" % "3.2.14" % Test
)