summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-11-06 00:14:06 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-11-06 00:14:06 +0800
commita5f17fec5b5e6f58558917d9cbbdc0163a937635 (patch)
treeef17be3f8878a894f7be294cf7f9916a8c0593e5 /build.sc
parent2e2296fc47453785dd5a3e3ca3086584ea290194 (diff)
downloadmill-a5f17fec5b5e6f58558917d9cbbdc0163a937635.tar.gz
mill-a5f17fec5b5e6f58558917d9cbbdc0163a937635.tar.bz2
mill-a5f17fec5b5e6f58558917d9cbbdc0163a937635.zip
bump ammonite integration test version, remove 2.11.8 build since it blows up mysteriously
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 8e4b1b13..261c933b 100755
--- a/build.sc
+++ b/build.sc
@@ -301,7 +301,7 @@ def testRepos = T{
"MILL_BETTERFILES_REPO" ->
shared.downloadTestRepo("pathikrit/better-files", "ba74ae9ef784dcf37f1b22c3990037a4fcc6b5f8", T.ctx().dest/"better-files"),
"MILL_AMMONITE_REPO" ->
- shared.downloadTestRepo("lihaoyi/ammonite", "96ea548d5e3b72ab6ad4d9765e205bf6cc1c82ac", T.ctx().dest/"ammonite"),
+ shared.downloadTestRepo("lihaoyi/ammonite", "26b7ebcace16b4b5b4b68f9344ea6f6f48d9b53e", T.ctx().dest/"ammonite"),
"MILL_UPICKLE_REPO" ->
shared.downloadTestRepo("lihaoyi/upickle", "7f33085c890db7550a226c349832eabc3cd18769", T.ctx().dest/"upickle"),
"MILL_PLAY_JSON_REPO" ->