We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f62939 commit d15074aCopy full SHA for d15074a
build.sbt
@@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
13
"com.mysql" % "mysql-connector-j" % "9.1.0" % "test",
14
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
15
"com.h2database" % "h2" % "1.4.192" % "test",
16
- "ch.qos.logback" % "logback-classic" % "1.5.11" % "test"
+ "ch.qos.logback" % "logback-classic" % "1.5.12" % "test"
17
)
18
19
publishMavenStyle := true
0 commit comments