From 69afb6629d0cd2a96619d5fe544bd7a80b543289 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 02:24:17 +0000 Subject: [PATCH] Update slf4j-nop to 2.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97c813ca5..1c13d2add 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val core = project "org.scalaz" %% "scalaz-core" % "7.3.7", "com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13, "com.typesafe.akka" %% "akka-stream" % "2.6.20" % "test" cross CrossVersion.for3Use2_13, - "org.slf4j" % "slf4j-nop" % "2.0.7" % "test", + "org.slf4j" % "slf4j-nop" % "2.0.9" % "test", "org.specs2" %% "specs2-core" % "4.20.2" % "test" ), mdocOut := file(".")