From 29d1eb7b94dd0c2c87d1f9be4d577c7c75147ee5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:12:40 +0100 Subject: [PATCH] Update slf4j-nop to 2.0.12 (#1344) --- 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")