From 9a728590ab5919c1c337175e0e27e0bc6f9a50f5 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 26 Aug 2018 22:31:52 +0800 Subject: 0.1.9 --- example/todo/build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/todo') diff --git a/example/todo/build.sc b/example/todo/build.sc index c03f498..093fb3f 100644 --- a/example/todo/build.sc +++ b/example/todo/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.1.1", + ivy"com.lihaoyi::cask:0.1.9", ivy"org.xerial:sqlite-jdbc:3.18.0", ivy"io.getquill::quill-jdbc:2.5.4", ivy"com.lihaoyi::scalatags:0.6.7", @@ -15,7 +15,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file -- cgit v1.2.3