We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e561718 commit 0f13932Copy full SHA for 0f13932
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-simple" % Slf4jVersion % Optional,
66
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
67
),
0 commit comments