Skip to content

Commit

Permalink
Merge pull request #235 from nafg/update/slf4j-simple-2.0.6
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.6
  • Loading branch information
mergify[bot] authored Dec 13, 2022
2 parents 25ec0fe + 7dec9b0 commit 47a1a8d
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 47a1a8d

Please sign in to comment.