summaryrefslogtreecommitdiff
path: root/example/decorated
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-13 15:51:22 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-13 15:51:22 +0800
commit29fadaa77a33f415ca24bd36a88be7049b58f02d (patch)
treec933f6df61b0f4c5e2f8a0eb684ea646ec590fe9 /example/decorated
parent50c601f708b65ee47c768430dc8063cc1f429b78 (diff)
downloadcask-29fadaa77a33f415ca24bd36a88be7049b58f02d.tar.gz
cask-29fadaa77a33f415ca24bd36a88be7049b58f02d.tar.bz2
cask-29fadaa77a33f415ca24bd36a88be7049b58f02d.zip
0.0.30.0.3
Diffstat (limited to 'example/decorated')
-rw-r--r--example/decorated/build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/decorated/build.sc b/example/decorated/build.sc
index cad1d2f..28bbad2 100644
--- a/example/decorated/build.sc
+++ b/example/decorated/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.0.2",
+ ivy"com.lihaoyi::cask:0.0.3",
)
object test extends Tests{