summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-03-25 21:24:10 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-25 21:24:10 -0700
commit25c26d00146c1dee15099cb9ebd332e96a788c66 (patch)
tree9dca560f74fa3fba663668abf6e8b3a615b38761 /ci
parent3d7b25d9e5ac9bb6e3ae8101772beccf6f95e41c (diff)
downloadmill-25c26d00146c1dee15099cb9ebd332e96a788c66.tar.gz
mill-25c26d00146c1dee15099cb9ebd332e96a788c66.tar.bz2
mill-25c26d00146c1dee15099cb9ebd332e96a788c66.zip
update build to ammonite 1.1.0 and mill 0.1.7
Diffstat (limited to 'ci')
-rwxr-xr-xci/publish-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/publish-docs.sh b/ci/publish-docs.sh
index 9b0acbde..869f2e8d 100755
--- a/ci/publish-docs.sh
+++ b/ci/publish-docs.sh
@@ -2,7 +2,7 @@
set -eux
-curl -L -o ~/bin/amm https://github.com/lihaoyi/Ammonite/releases/download/1.0.3/2.12-1.0.3 && chmod +x ~/bin/amm
+curl -L -o ~/bin/amm https://github.com/lihaoyi/Ammonite/releases/download/1.1.0/2.12-1.1.0 && chmod +x ~/bin/amm
cd docs