From e74ade7ac9bfff9239c0243c0fdf01b18d4a0ec3 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 13 Aug 2018 21:11:11 +0800 Subject: 0.1.0 --- example/todoDb/build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/todoDb') diff --git a/example/todoDb/build.sc b/example/todoDb/build.sc index 55e7b40..046e2e1 100644 --- a/example/todoDb/build.sc +++ b/example/todoDb/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.9", + ivy"com.lihaoyi::cask:0.1.0", ivy"org.xerial:sqlite-jdbc:3.18.0", ivy"io.getquill::quill-jdbc:2.5.4" ) -- cgit v1.2.3