Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.6 (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 14, 2022
1 parent 181f133 commit 7d7f1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")

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

// taken from https://github.com/scala/bug/issues/12632
ThisBuild / libraryDependencySchemes ++= Seq(
Expand Down

0 comments on commit 7d7f1b6

Please sign in to comment.