We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a923d commit d3fa83bCopy full SHA for d3fa83b
build.sbt
@@ -61,7 +61,7 @@ lazy val server_352 = Build
61
lazy val serverSettings = commonSettings ++ Seq(
62
Compile/mainClass := Some("replpp.server.Main"),
63
libraryDependencies ++= Seq(
64
- "com.lihaoyi" %% "cask" % "0.9.5",
+ "com.lihaoyi" %% "cask" % "0.9.7",
65
"org.slf4j" % "slf4j-api" % Slf4jVersion,
66
"org.slf4j" % "slf4j-simple" % Slf4jVersion % Optional,
67
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
0 commit comments