summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-26 22:23:32 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-26 22:23:32 +0800
commit9857748e421ff09cd8ec3c8b25652374d38eed4b (patch)
tree40c72fe616e365dd28e130d1f1668a4526a59133 /build.sc
parent4fc6204a01b8a283c0362f9f3244e93b6de65630 (diff)
downloadcask-9857748e421ff09cd8ec3c8b25652374d38eed4b.tar.gz
cask-9857748e421ff09cd8ec3c8b25652374d38eed4b.tar.bz2
cask-9857748e421ff09cd8ec3c8b25652374d38eed4b.zip
0.1.80.1.8
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index dfe0380..a234c15 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.5",
+ ivy"com.lihaoyi::requests::0.1.8",
ivy"org.xerial:sqlite-jdbc:3.18.0",
ivy"io.getquill::quill-jdbc:2.5.4"
)