summaryrefslogtreecommitdiff
path: root/example/endpoints
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-26 22:31:52 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-26 22:31:52 +0800
commit9a728590ab5919c1c337175e0e27e0bc6f9a50f5 (patch)
treecb68474daeb55bdd72e68d5cafa3359edf43802c /example/endpoints
parent9857748e421ff09cd8ec3c8b25652374d38eed4b (diff)
downloadcask-9a728590ab5919c1c337175e0e27e0bc6f9a50f5.tar.gz
cask-9a728590ab5919c1c337175e0e27e0bc6f9a50f5.tar.bz2
cask-9a728590ab5919c1c337175e0e27e0bc6f9a50f5.zip
0.1.90.1.9
Diffstat (limited to 'example/endpoints')
-rw-r--r--example/endpoints/build.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/endpoints/build.sc b/example/endpoints/build.sc
index 4025c9b..2816643 100644
--- a/example/endpoints/build.sc
+++ b/example/endpoints/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",
)
object test extends Tests{
@@ -12,7 +12,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