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