Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Dec 13, 2022
1 parent 25ec0fe commit 7dec9b0
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.5.1"

libraryDependencies += "mysql" % "mysql-connector-java" % "8.0.31" % "test"

libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.5" % "test"
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.6" % "test"

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

Expand Down

0 comments on commit 7dec9b0

Please sign in to comment.