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 e03fa5e commit 3ff4002Copy full SHA for 3ff4002
build.sbt
@@ -43,7 +43,7 @@ lazy val server = project.in(file("server"))
43
Defaults.itSettings,
44
fork := true, // important: otherwise we run into classloader issues
45
libraryDependencies ++= Seq(
46
- "com.lihaoyi" %% "cask" % "0.8.3",
+ "com.lihaoyi" %% "cask" % "0.10.2",
47
"org.slf4j" % "slf4j-simple" % Slf4jVersion % Optional,
48
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
49
"org.scalatest" %% "scalatest" % ScalaTestVersion % "it",
0 commit comments