Skip to content

Commit e87b004

Browse files
committed
Update cask to 0.9.2
1 parent b3f3c1f commit e87b004

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
@@ -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.8.3",
46+
"com.lihaoyi" %% "cask" % "0.9.2",
4747
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
4848
"org.scalatest" %% "scalatest" % ScalaTestVersion % "it",
4949
)

0 commit comments

Comments
 (0)