diff --git a/build.sbt b/build.sbt index fb1e83e..7c2fafe 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val core = project.in(file("core")) "com.h2database" % "h2" % "2.3.232" % "optional", "com.typesafe" % "config" % "1.4.3", "org.slf4j" % "slf4j-api" % "2.0.16", - "ch.qos.logback" % "logback-classic" % "1.5.11", + "ch.qos.logback" % "logback-classic" % "1.5.12", "com.github.sbt" % "junit-interface" % "0.13.3" % "test" ), testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),