summaryrefslogtreecommitdiff
path: root/example/compress3/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'example/compress3/build.sc')
-rw-r--r--example/compress3/build.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/compress3/build.sc b/example/compress3/build.sc
index 4025c9b..2816643 100644
--- a/example/compress3/build.sc
+++ b/example/compress3/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