Skip to content

Commit bfb79e3

Browse files
committed
Update cask to 0.10.2
1 parent fea2954 commit bfb79e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lazy val server = project.in(file("server"))
4242
Defaults.itSettings,
4343
fork := true, // important: otherwise we run into classloader issues
4444
libraryDependencies ++= Seq(
45-
"com.lihaoyi" %% "cask" % "0.8.3",
45+
"com.lihaoyi" %% "cask" % "0.10.2",
4646
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
4747
"org.scalatest" %% "scalatest" % ScalaTestVersion % "it",
4848
)

0 commit comments

Comments
 (0)