From 29fadaa77a33f415ca24bd36a88be7049b58f02d Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 13 Aug 2018 15:51:22 +0800 Subject: 0.0.3 --- example/redirectAbort/build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/redirectAbort') diff --git a/example/redirectAbort/build.sc b/example/redirectAbort/build.sc index cad1d2f..28bbad2 100644 --- a/example/redirectAbort/build.sc +++ b/example/redirectAbort/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.0.2", + ivy"com.lihaoyi::cask:0.0.3", ) object test extends Tests{ -- cgit v1.2.3