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 9ebfff4 commit fce06c1Copy full SHA for fce06c1
build.sbt
@@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
12
"com.mysql" % "mysql-connector-j" % "9.5.0" % "test",
13
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
14
"com.h2database" % "h2" % "1.4.192" % "test",
15
- "ch.qos.logback" % "logback-classic" % "1.5.20" % "test"
+ "ch.qos.logback" % "logback-classic" % "1.5.21" % "test"
16
)
17
18
publishMavenStyle := true
0 commit comments