Skip to content

Commit

Permalink
Merge pull request #445 from scala-steward/update/cask-0.10.1
Browse files Browse the repository at this point in the history
Update cask to 0.10.1
  • Loading branch information
mfirry authored Nov 15, 2024
2 parents 56475af + 042828f commit 4c01b2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val `akka-http` = (project in file("akka-http")).settings(
lazy val cask = (project in file("cask")).settings(
scalaVersion := scalaV,
libraryDependencies ++= Seq(
"com.lihaoyi" %% "cask" % "0.9.4"
"com.lihaoyi" %% "cask" % "0.10.1"
)
)

Expand Down Expand Up @@ -91,8 +91,7 @@ lazy val root = (project
http4s,
play,
scalatra,
cask,
cask
))


enablePlugins(ScalatraPlugin)

0 comments on commit 4c01b2e

Please sign in to comment.