Skip to content

Commit

Permalink
Merge pull request #772 from scala-steward/update/logback-core-1.4.8
Browse files Browse the repository at this point in the history
logback-core 1.4.8 (was 1.4.7)
  • Loading branch information
ihostage authored Jul 3, 2023
2 parents a3d665f + e9db96d commit 0214b6e
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 @@ -9,7 +9,7 @@ object Dependencies {
val scala213 = "2.13.11"
val scala3 = "3.3.0"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.4.7")
val logback = Seq("ch.qos.logback" % "logback-core" % "1.4.8")

val assertj = Seq("org.assertj" % "assertj-core" % "3.24.2")

Expand Down

0 comments on commit 0214b6e

Please sign in to comment.