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[bot] committed Oct 26, 2024
1 parent e73d22d commit cffdb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object LibraryDependencies {
val ScalaParserCombinators = Def.setting(
"org.scala-lang.modules" %%% "scala-parser-combinators" % "2.4.0"
)
val Logback = "ch.qos.logback" % "logback-classic" % "1.5.11"
val Logback = "ch.qos.logback" % "logback-classic" % "1.5.12"

object Borer {
val borerVersion = "1.8.0"
Expand Down

0 comments on commit cffdb77

Please sign in to comment.