Skip to content

Commit

Permalink
Update slf4j-api to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Aug 8, 2024
1 parent aa5678a commit efea270
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 @@ -49,7 +49,7 @@ object Dependencies {
)
}
val seleniumDriver = "org.seleniumhq.selenium" % "selenium-htmlunit-driver" % "2.52.0"
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.13"
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.15"
val springMVC = "org.springframework" % "spring-webmvc" % "5.3.37"
val scalaReflect: (String, String) => ModuleID = _ % "scala-reflect" % _
val snakeYaml = "org.yaml" % "snakeyaml" % "2.2"
Expand Down

0 comments on commit efea270

Please sign in to comment.