Skip to content

Commit

Permalink
Update logback-classic, logback-core to 1.5.12 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 26, 2024
1 parent dbbe856 commit 216471e
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 @@ -8,7 +8,7 @@ object Dependencies {
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.2.1"

object Logback {
private val version = "1.5.10"
private val version = "1.5.12"
val core = "ch.qos.logback" % "logback-core" % version
val classic = "ch.qos.logback" % "logback-classic" % version
}
Expand Down

0 comments on commit 216471e

Please sign in to comment.