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 83d906d commit b158152Copy full SHA for b158152
build.sbt
@@ -41,7 +41,7 @@ lazy val server = project.in(file("server"))
41
Compile/mainClass := Some("replpp.server.Main"),
42
fork := true, // important: otherwise we run into classloader issues
43
libraryDependencies ++= Seq(
44
- "com.lihaoyi" %% "cask" % "0.9.5",
+ "com.lihaoyi" %% "cask" % "0.9.7",
45
"org.slf4j" % "slf4j-simple" % Slf4jVersion % Optional,
46
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
47
)
0 commit comments