Skip to content

Commit

Permalink
Update logback-classic, logback-core to 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 1, 2023
1 parent 9154510 commit ca18310
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 @@ -12,7 +12,7 @@ object Dependencies {
val sstream = "com.evolutiongaming" %% "sstream" % "1.0.1"

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

0 comments on commit ca18310

Please sign in to comment.