Skip to content

Commit

Permalink
Merge pull request #1809 from scala-steward/update/slf4j-simple-2.0.9
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.9
  • Loading branch information
blast-hardcheese committed Sep 28, 2023
2 parents 605b119 + dae7044 commit 9651d97
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" % "2.0.7")
.settings(libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.9")
}

0 comments on commit 9651d97

Please sign in to comment.