Skip to content

Commit

Permalink
Merge pull request #1186 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
mergify[bot] authored Sep 6, 2023
2 parents 3c0e673 + 9c50b03 commit 2391c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ object Dependencies {
Def.setting("org.scalacheck" %%% "scalacheck" % scalacheckVersion)
}

val Slf4jSimple = "org.slf4j" % "slf4j-simple" % "2.0.7"
val Slf4jSimple = "org.slf4j" % "slf4j-simple" % "2.0.9"

object Webjars {
val swaggerUi: ModuleID = "org.webjars.npm" % "swagger-ui-dist" % "4.19.1"
Expand Down

0 comments on commit 2391c18

Please sign in to comment.