summaryrefslogtreecommitdiff
path: root/example/todo/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'example/todo/build.sc')
-rw-r--r--example/todo/build.sc3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/todo/build.sc b/example/todo/build.sc
index 2491af7..beeb947 100644
--- a/example/todo/build.sc
+++ b/example/todo/build.sc
@@ -3,8 +3,7 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.2.1",
+ def ivyDeps = Agg[Dep](
ivy"org.xerial:sqlite-jdbc:3.18.0",
ivy"io.getquill::quill-jdbc:2.5.4",
ivy"com.lihaoyi::scalatags:0.7.0",