Skip to content

Commit b158152

Browse files
committed
Update cask to 0.9.7
1 parent 83d906d commit b158152

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
@@ -41,7 +41,7 @@ lazy val server = project.in(file("server"))
4141
Compile/mainClass := Some("replpp.server.Main"),
4242
fork := true, // important: otherwise we run into classloader issues
4343
libraryDependencies ++= Seq(
44-
"com.lihaoyi" %% "cask" % "0.9.5",
44+
"com.lihaoyi" %% "cask" % "0.9.7",
4545
"org.slf4j" % "slf4j-simple" % Slf4jVersion % Optional,
4646
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
4747
)

0 commit comments

Comments
 (0)