Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 15, 2024
1 parent 8df0418 commit b1bd9e9
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.0" % "provided",
),
Expand Down

0 comments on commit b1bd9e9

Please sign in to comment.