Skip to content

Commit

Permalink
Merge pull request #608 from scala-steward/update/slf4j-simple-2.0.5
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.5
  • Loading branch information
tminglei authored Dec 2, 2022
2 parents 1e4a4a2 + cc16f96 commit 96c461d
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 @@ -73,7 +73,7 @@ def mainDependencies(scalaVersion: String) = {
"org.scala-lang" % "scala-reflect" % scalaVersion,
"com.typesafe.slick" %% "slick" % "3.4.1",
"org.postgresql" % "postgresql" % "42.5.1",
"org.slf4j" % "slf4j-simple" % "2.0.4" % "provided",
"org.slf4j" % "slf4j-simple" % "2.0.5" % "provided",
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.11" % "test",
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.11" % "test"
Expand Down

0 comments on commit 96c461d

Please sign in to comment.