We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77e192e + 7ec20ff commit 3ba429cCopy full SHA for 3ba429c
project/Dependencies.scala
@@ -9,7 +9,7 @@ object Dependencies {
9
val scala213 = "2.13.16"
10
val scala3 = "3.3.6"
11
12
- val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.18")
+ val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.19")
13
14
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.6")
15
0 commit comments