From 825665059219a8bfd882bfbc6071b2bfc477e16a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 20 Oct 2022 10:26:21 +0200 Subject: [PATCH] Update slf4j-api to 2.0.3 (#422) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 23937769..22994de4 100644 --- a/build.sbt +++ b/build.sbt @@ -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 )