From a28d5f34f733dcf5013f061d52a3b39d70bfc50b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 06:14:43 +0000 Subject: [PATCH] Update slf4j-simple to 2.0.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4e5a70d3a..af368bddd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") -libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.9" +libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.11" // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq(