From 4fc6204a01b8a283c0362f9f3244e93b6de65630 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 26 Aug 2018 21:31:39 +0800 Subject: 0.1.7: micro-optimizations to remove trivially unnecessary bottlenecks --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 3d0b375..dfe0380 100644 --- a/build.sc +++ b/build.sc @@ -51,7 +51,7 @@ object cask extends ScalaModule with PublishModule { def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.3", + ivy"com.lihaoyi::requests::0.1.5", ivy"org.xerial:sqlite-jdbc:3.18.0", ivy"io.getquill::quill-jdbc:2.5.4" ) -- cgit v1.2.3