Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2024
1 parent 9f45ada commit c7e5068
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 @@ -69,7 +69,7 @@ def mainDependencies(scalaVersion: String) = {
"com.typesafe.slick" %% "slick" % "3.5.0-M5",
"org.postgresql" % "postgresql" % "42.7.1",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.slf4j" % "slf4j-simple" % "2.0.9" % "provided",
"org.slf4j" % "slf4j-simple" % "2.0.11" % "provided",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.0" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.0" % "test"
Expand Down

0 comments on commit c7e5068

Please sign in to comment.