Skip to content

Commit d3fa83b

Browse files
committed
Update cask to 0.9.7
1 parent 84a923d commit d3fa83b

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
@@ -61,7 +61,7 @@ lazy val server_352 = Build
6161
lazy val serverSettings = commonSettings ++ Seq(
6262
Compile/mainClass := Some("replpp.server.Main"),
6363
libraryDependencies ++= Seq(
64-
"com.lihaoyi" %% "cask" % "0.9.5",
64+
"com.lihaoyi" %% "cask" % "0.9.7",
6565
"org.slf4j" % "slf4j-api" % Slf4jVersion,
6666
"org.slf4j" % "slf4j-simple" % Slf4jVersion % Optional,
6767
"com.lihaoyi" %% "requests" % "0.8.2" % Test,

0 commit comments

Comments
 (0)