Skip to content

Commit

Permalink
Merge pull request #354 from nafg/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
mergify[bot] authored Aug 16, 2024
2 parents 4cf93ae + 0399307 commit 5f49db6
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 @@ -25,7 +25,7 @@ libraryDependencies += "org.postgresql" % "postgresql" % "42.7.3"

libraryDependencies += "com.mysql" % "mysql-connector-j" % "9.0.0" % "test"

libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.13" % "test"
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.16" % "test"

(Compile / doc / scalacOptions) ++= Seq("-groups", "-implicits")

Expand Down

0 comments on commit 5f49db6

Please sign in to comment.