diff --git a/build.sbt b/build.sbt index 79b220f..734231f 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val server = project.in(file("server")) Defaults.itSettings, fork := true, // important: otherwise we run into classloader issues libraryDependencies ++= Seq( - "com.lihaoyi" %% "cask" % "0.8.3", + "com.lihaoyi" %% "cask" % "0.9.2", "com.lihaoyi" %% "requests" % "0.8.2" % Test, "org.scalatest" %% "scalatest" % ScalaTestVersion % "it", )