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/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 9925f73..55e7b40 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.8", + ivy"com.lihaoyi::cask:0.0.9", ivy"org.xerial:sqlite-jdbc:3.18.0", ivy"io.getquill::quill-jdbc:2.5.4" ) -- cgit v1.2.3