Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 14, 2024
1 parent 4dd0dcb commit b8239a3
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.1",
"org.postgresql" % "postgresql" % "42.7.3",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"org.slf4j" % "slf4j-simple" % "2.0.13" % "provided",
"org.slf4j" % "slf4j-simple" % "2.0.16" % "provided",
"org.scalatest" %% "scalatest" % "3.2.19" % "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 b8239a3

Please sign in to comment.