Skip to content

Commit

Permalink
Merge pull request #326 from scala-steward/update/slf4j-simple-2.0.13
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.13
  • Loading branch information
tototoshi authored May 18, 2024
2 parents e087b6a + b1bd9e9 commit f96a893
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 @@ -36,7 +36,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
"org.postgresql" % "postgresql" % "42.7.3" % "test",
"org.testcontainers" % "mysql" % testContainerVersion % "test",
"org.testcontainers" % "postgresql" % testContainerVersion % "test",
"org.slf4j" % "slf4j-simple" % "2.0.12" % "test",
"org.slf4j" % "slf4j-simple" % "2.0.13" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"com.typesafe.slick" %% "slick" % "3.5.1" % "provided",
),
Expand Down

0 comments on commit f96a893

Please sign in to comment.