From 774d6be24ff4b45cd9eb8b5fee0ebbbe12441522 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 1 Jan 2023 22:55:24 -0500 Subject: [PATCH] Revert "Update slf4j-api to 2.0.3" This reverts commit 8f594cf0f78060019b5a75ee083a8bd35872ca6c. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3653d42e7..f60972961 100644 --- a/build.sbt +++ b/build.sbt @@ -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 )