Skip to content

Commit c8e9fbe

Browse files
committed
Update cask to 0.10.2
1 parent 67dbc57 commit c8e9fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lazy val server = project.in(file("server"))
4343
Defaults.itSettings,
4444
fork := true, // important: otherwise we run into classloader issues
4545
libraryDependencies ++= Seq(
46-
"com.lihaoyi" %% "cask" % "0.9.5",
46+
"com.lihaoyi" %% "cask" % "0.10.2",
4747
"org.slf4j" % "slf4j-simple" % Slf4jVersion % Optional,
4848
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
4949
"org.scalatest" %% "scalatest" % ScalaTestVersion % "it",

0 commit comments

Comments
 (0)