From 2a85f376130dee7d363fa51e088d0e4e417b739f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 15 Aug 2024 23:45:00 +0200 Subject: [PATCH] Update slf4j-nop to 2.0.16 (#501) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a04cc6a5f..92c13186e 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val core = project "org.scalaz" %% "scalaz-core" % "7.3.8", "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.13" % "test", + "org.slf4j" % "slf4j-nop" % "2.0.16" % "test", "org.specs2" %% "specs2-core" % "4.20.8" % "test" ), mdocOut := file(".")