Skip to content

Commit

Permalink
Merge pull request #18 from scala-steward/update/slf4j-api-2.0.9
Browse files Browse the repository at this point in the history
Update slf4j-api to 2.0.9
  • Loading branch information
mergify[bot] authored Sep 6, 2023
2 parents ac9847b + 9cccc94 commit 2da38b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def subproject(name: String) = Project(
lazy val healthful = subproject("healthful")
.settings(
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "2.0.7",
"org.slf4j" % "slf4j-api" % "2.0.9",
"com.typesafe" % "config" % "1.4.2",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"com.softwaremill.sttp.client3" %% "core" % "3.9.0" % Test
Expand Down

0 comments on commit 2da38b4

Please sign in to comment.