From fe8667d58aef03e8b97c1361495ab5d851deee60 Mon Sep 17 00:00:00 2001 From: Olivier Mélois Date: Mon, 8 Jul 2019 10:33:31 +0200 Subject: Interpolates $MILL_VERSION in ivy imports (#649) * Interpolates $MILL_VERSION in ivy imports This overrides the default $ivy magic import by replacing the `$MILL_VERSION` string with mill's version, in order to facilitate the loading/update of contrib modules. Ammonite had to be bumped to 1.6.9 * Removed bloop import * AmmoniteExit import fix * Removed repl dep check * Removed problematic check * Made ammonite version override-able --- scalalib/src/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scalalib/src/Versions.scala') diff --git a/scalalib/src/Versions.scala b/scalalib/src/Versions.scala index 973b05ed..3fddd545 100644 --- a/scalalib/src/Versions.scala +++ b/scalalib/src/Versions.scala @@ -2,7 +2,7 @@ package mill.scalalib object Versions { // Keep synchronized with ammonite dependency in core in build.sc - val ammonite = "1.6.7" + val ammonite = "1.6.9" // Keep synchronized with zinc dependency in scalalib.worker in build.sc val zinc = "1.2.5" } -- cgit v1.2.3