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/todoDb/build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/todoDb/build.sc') diff --git a/example/todoDb/build.sc b/example/todoDb/build.sc index cf3e3cb..52089d1 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.2", + ivy"com.lihaoyi::cask:0.0.3", ivy"org.xerial:sqlite-jdbc:3.18.0", ivy"io.getquill::quill-jdbc:2.5.4" ) -- cgit v1.2.3