Skip to content

Commit

Permalink
Merge pull request #1610 from scala-steward/update/slf4j-simple-2.0.3
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.3
  • Loading branch information
blast-hardcheese authored Oct 25, 2022
2 parents 43fafd5 + f5a98a9 commit 56fa5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/root.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ object root {
val project = Project("root", file("."))
.settings(commonSettings)
.settings(publish / skip := true)
.settings(libraryDependencies += "org.slf4j" % "slf4j-simple" % "1.7.36")
.settings(libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.3")
}

0 comments on commit 56fa5c4

Please sign in to comment.