Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2023
1 parent 3772009 commit 9c50b03
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 9c50b03

Please sign in to comment.