From b1d516e2b7df2d881c4dc84840e1cdc475b845b5 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 13 Aug 2018 19:03:35 +0800 Subject: 0.0.9 --- example/todo/build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/todo') diff --git a/example/todo/build.sc b/example/todo/build.sc index d9ee8bc..c8cbe8e 100644 --- a/example/todo/build.sc +++ b/example/todo/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.8", + ivy"com.lihaoyi::cask:0.0.9", ivy"org.xerial:sqlite-jdbc:3.18.0", ivy"io.getquill::quill-jdbc:2.5.4", ivy"com.lihaoyi::scalatags:0.6.7", -- cgit v1.2.3