Skip to content

Commit

Permalink
chore(deps): update dependency ch.qos.logback:logback-classic to v1.5…
Browse files Browse the repository at this point in the history
….9 (#339)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 6f67040 commit e6551b4
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 @@ -154,7 +154,7 @@ lazy val docs = project // new documentation project
plantUMLSource := (root / baseDirectory).value / "docs" / "_docs",
Compile / plantUMLTarget := "mdoc/_assets/images"
)
.settings(libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.8")
.settings(libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.9")

addCommandAlias("fmt", "all scalafmtSbt scalafmt test / scalafmt")
addCommandAlias(
Expand Down

0 comments on commit e6551b4

Please sign in to comment.