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 b5c5266 commit 9baa709Copy full SHA for 9baa709
build.sbt
@@ -8,7 +8,7 @@ lazy val root = (project in file("."))
8
libraryDependencies ++= Seq(
9
"com.h2database" % "h2" % "2.2.224",
10
"org.scalikejdbc" %% "scalikejdbc" % "4.3.3",
11
- "ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
+ "ch.qos.logback" % "logback-classic" % "1.5.18" % "provided",
12
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
13
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test"
14
),
0 commit comments