From 4b0cfdf0eeca46cfccbf9fe42af42f383932c427 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 18 Aug 2018 10:16:27 +0800 Subject: 0.1.1 --- example/httpMethods/build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/httpMethods') diff --git a/example/httpMethods/build.sc b/example/httpMethods/build.sc index 2166763..a08b2c6 100644 --- a/example/httpMethods/build.sc +++ b/example/httpMethods/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.1.0", + ivy"com.lihaoyi::cask:0.1.1", ) object test extends Tests{ -- cgit v1.2.3