summaryrefslogtreecommitdiff
path: root/example/formJsonPost
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-13 15:42:37 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-13 15:47:10 +0800
commit50c601f708b65ee47c768430dc8063cc1f429b78 (patch)
treea7bcdbcec3eee19e72a6e3ca523c35bc54c78053 /example/formJsonPost
parent54560e32bb7959f09372085193d2d12c93ff55c8 (diff)
downloadcask-50c601f708b65ee47c768430dc8063cc1f429b78.tar.gz
cask-50c601f708b65ee47c768430dc8063cc1f429b78.tar.bz2
cask-50c601f708b65ee47c768430dc8063cc1f429b78.zip
0.0.20.0.2
Diffstat (limited to 'example/formJsonPost')
-rw-r--r--example/formJsonPost/build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/formJsonPost/build.sc b/example/formJsonPost/build.sc
index 2794393..cad1d2f 100644
--- a/example/formJsonPost/build.sc
+++ b/example/formJsonPost/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.1",
+ ivy"com.lihaoyi::cask:0.0.2",
)
object test extends Tests{