Skip to content

Commit

Permalink
Update cask to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2024
1 parent b3f3c1f commit e87b004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val server = project.in(file("server"))
Defaults.itSettings,
fork := true, // important: otherwise we run into classloader issues
libraryDependencies ++= Seq(
"com.lihaoyi" %% "cask" % "0.8.3",
"com.lihaoyi" %% "cask" % "0.9.2",
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % "it",
)
Expand Down

0 comments on commit e87b004

Please sign in to comment.