From c83cb52f51d27e8b3dfdf197ef22d15799eaf279 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 00:06:07 +0000 Subject: [PATCH] Update slf4j-nop to 2.0.12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2651b2bbb..573f3d29f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ scalacOptions += "-deprecation" -libraryDependencies += "org.slf4j" % "slf4j-nop" % "2.0.11" +libraryDependencies += "org.slf4j" % "slf4j-nop" % "2.0.12" addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")