From 214e2b67a84a3662cdb337433003cc7d72fe740c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 29 Nov 2022 09:54:42 +0100 Subject: [PATCH] Update slf4j-api to 2.0.5 (#434) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a55370770..5f63623cb 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.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 )