Skip to content

Commit 0f13932

Browse files
committed
Update cask to 0.9.7
1 parent e561718 commit 0f13932

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
@@ -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-simple" % Slf4jVersion % Optional,
6666
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
6767
),

0 commit comments

Comments
 (0)