From b5d512eca8ef3c12227886e6f1da0214f9909d4e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Feb 2022 20:45:26 +0100 Subject: [PATCH] Update slf4j-nop to 1.7.36 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f44169ad0..74d06aa29 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ scalacOptions += "-deprecation" -libraryDependencies += "org.slf4j" % "slf4j-nop" % "1.7.35" +libraryDependencies += "org.slf4j" % "slf4j-nop" % "1.7.36" addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")