From f429217a2f5863f5159af85fbdd9913ee1817dd6 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Fri, 21 Jun 2024 11:58:27 +0200 Subject: [PATCH] Update cask from 0.9.1 to 0.9.2 (#3225) Pull request: https://github.com/com-lihaoyi/mill/pull/3225 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index b71ce9c85b2..e0f67a8ef72 100644 --- a/build.sc +++ b/build.sc @@ -136,7 +136,7 @@ object Deps { val coursier = ivy"io.get-coursier::coursier:2.1.10" val coursierInterface = ivy"io.get-coursier:interface:1.0.19" - val cask = ivy"com.lihaoyi::cask:0.9.1" + val cask = ivy"com.lihaoyi::cask:0.9.2" val castor = ivy"com.lihaoyi::castor:0.3.0" val fastparse = ivy"com.lihaoyi::fastparse:3.1.0" val flywayCore = ivy"org.flywaydb:flyway-core:8.5.13"