Skip to content

Commit

Permalink
Merge pull request #732 from scala-steward/update/slf4j-simple-2.0.16
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.16
  • Loading branch information
tminglei authored Dec 22, 2024
2 parents 96bbb0a + b8239a3 commit 7c74e7e
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.2",
"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 7c74e7e

Please sign in to comment.