Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] committed Aug 8, 2024
1 parent 46ac2bc commit aeb3ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ lazy val lib = (project in file("library"))
scalacheck % Test,
sbtIo % Test,
scalamock % Test,
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test
"org.slf4j" % "slf4j-simple" % "2.0.15" % Test
),
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-minSuccessfulTests", "1000", "-workers", "10")
)
Expand Down

0 comments on commit aeb3ca4

Please sign in to comment.