Skip to content

Commit

Permalink
Merge pull request #711 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
tminglei authored Apr 18, 2024
2 parents 14f835a + f049e21 commit e99be5a
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 @@ -71,7 +71,7 @@ def mainDependencies(scalaVersion: String) = {
"com.typesafe.slick" %% "slick" % "3.5.0",
"org.postgresql" % "postgresql" % "42.7.3",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.slf4j" % "slf4j-simple" % "2.0.12" % "provided",
"org.slf4j" % "slf4j-simple" % "2.0.13" % "provided",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.3" % "test"
Expand Down

0 comments on commit e99be5a

Please sign in to comment.