We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67dbc57 commit c8e9fbeCopy full SHA for c8e9fbe
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.9.5",
+ "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