From f12a02c7a51451695aa5afece0fb32799e89f3a1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:21:13 +0200 Subject: [PATCH] Update slf4j-simple to 2.0.16 (#538) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8fbc6843..51d1f030 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val commonSettings = Seq( libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.mockito" % "mockito-core" % "5.12.0" % Test, - "org.slf4j" % "slf4j-simple" % "2.0.13" % Test + "org.slf4j" % "slf4j-simple" % "2.0.16" % Test ), fork := true, Test / testOptions += {