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 a8456f9 commit eb65d55Copy full SHA for eb65d55
build.sbt
@@ -9,8 +9,8 @@ lazy val root = (project in file("."))
9
"com.h2database" % "h2" % "2.2.224",
10
"org.scalikejdbc" %% "scalikejdbc" % "4.3.0",
11
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
12
- "org.scalatest" %% "scalatest-funspec" % "3.2.18" % "test",
13
- "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % "test"
+ "org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
+ "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test"
14
),
15
Test / parallelExecution := false,
16
Test / logBuffered := false,
0 commit comments