Skip to content

Commit

Permalink
Merge pull request #315 from scala-steward/update/slf4j-simple-2.0.12
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.12
tototoshi authored Feb 25, 2024
2 parents f04b023 + 0d0c50a commit 7450ca3
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
@@ -36,7 +36,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
"org.postgresql" % "postgresql" % "42.7.2" % "test",
"org.testcontainers" % "mysql" % testContainerVersion % "test",
"org.testcontainers" % "postgresql" % testContainerVersion % "test",
"org.slf4j" % "slf4j-simple" % "2.0.9" % "test",
"org.slf4j" % "slf4j-simple" % "2.0.12" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
),
libraryDependencies += {

0 comments on commit 7450ca3

Please sign in to comment.