summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-05-25 19:11:27 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-05-25 19:11:27 -0700
commitf2266581f207fa2663702ed07cc631d32630ab10 (patch)
treed13e3b8ccc21634007492cfd211702f65b296c82 /build.sc
parent2c484b56fb49135651aaf589a6463dd04f5bee53 (diff)
downloadmill-f2266581f207fa2663702ed07cc631d32630ab10.tar.gz
mill-f2266581f207fa2663702ed07cc631d32630ab10.tar.bz2
mill-f2266581f207fa2663702ed07cc631d32630ab10.zip
bump ammonite version for proper compilation cache invalidation in Java 9+
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 c3dd8fa8..ef7fdf9d 100755
--- a/build.sc
+++ b/build.sc
@@ -81,7 +81,7 @@ object core extends MillModule {
)
def ivyDeps = Agg(
- ivy"com.lihaoyi:::ammonite:1.1.2",
+ ivy"com.lihaoyi:::ammonite:1.1.2-6-27842d9",
// Necessary so we can share the JNA classes throughout the build process
ivy"net.java.dev.jna:jna:4.5.0",
ivy"net.java.dev.jna:jna-platform:4.5.0"