Skip to content

Commit

Permalink
Update logback-classic to 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 26, 2024
1 parent 362e98e commit 9825d8e
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 @@ -23,7 +23,7 @@ lazy val root = project
"org.typelevel" %% "cats-core" % "2.12.0",
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
"ch.qos.logback" % "logback-classic" % "1.5.11",
"ch.qos.logback" % "logback-classic" % "1.5.12",
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
Expand Down

0 comments on commit 9825d8e

Please sign in to comment.