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 d0b84a7 commit e9c4f16Copy full SHA for e9c4f16
build.sbt
@@ -42,7 +42,7 @@ lazy val server = project.in(file("server"))
42
Defaults.itSettings,
43
fork := true, // important: otherwise we run into classloader issues
44
libraryDependencies ++= Seq(
45
- "com.lihaoyi" %% "cask" % "0.8.3",
+ "com.lihaoyi" %% "cask" % "0.9.2",
46
"org.slf4j" % "slf4j-simple" % "2.0.7" % Optional,
47
"com.lihaoyi" %% "requests" % "0.8.0" % Test,
48
"org.scalatest" %% "scalatest" % ScalaTestVersion % "it",
0 commit comments