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 7ad0718 commit 28cd297Copy full SHA for 28cd297
build.sbt
@@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
20
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
21
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
22
"com.h2database" % "h2" % "1.4.192" % "test",
23
- "ch.qos.logback" % "logback-classic" % "1.5.1" % "test"
+ "ch.qos.logback" % "logback-classic" % "1.5.2" % "test"
24
)
25
26
publishMavenStyle := true
0 commit comments