Skip to content

Commit a743270

Browse files
committed
Update slf4j-simple to 2.0.17
1 parent 1ef5f7a commit a743270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val commonSettings = Seq(
1111
libraryDependencies ++= Seq(
1212
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
1313
"org.mockito" % "mockito-core" % "5.15.2" % Test,
14-
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test
14+
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
1515
),
1616
fork := true,
1717
Test / testOptions += {

0 commit comments

Comments
 (0)