From 117113f10e929fe6dfc333a6c1da3201754b8f74 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:05:29 +0100 Subject: [PATCH] Update slf4j-simple to 2.0.12 (#514) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6c093f43..e50da7c2 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val commonSettings = Seq( libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.17" % Test, "org.mockito" % "mockito-core" % "5.10.0" % Test, - "org.slf4j" % "slf4j-simple" % "2.0.11" % Test + "org.slf4j" % "slf4j-simple" % "2.0.12" % Test ), fork := true, Test / testOptions += {