From 80b83687269ec8bd18fe156ff985bddcd1d5089a Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Wed, 8 Aug 2018 19:45:05 +0800 Subject: Full TodoMVC example basically works --- build.sc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 6fe21d6..623ae4a 100644 --- a/build.sc +++ b/build.sc @@ -30,5 +30,9 @@ object example extends Module{ object todo extends ScalaModule{ def scalaVersion = "2.12.6" def moduleDeps = Seq(cask) + def ivyDeps = Agg( + ivy"org.xerial:sqlite-jdbc:3.18.0", + ivy"io.getquill::quill-jdbc:2.5.4" + ) } } \ No newline at end of file -- cgit v1.2.3