summaryrefslogtreecommitdiff
path: root/scalalib/src/Versions.scala
Commit message (Collapse)AuthorAgeFilesLines
* Interpolates $MILL_VERSION in ivy imports (#649)Olivier Mélois2019-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | * 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
* Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-191-1/+1
| | | | | | | | | | | | | | | | * bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
* bump Ammonite versionLi Haoyi2018-12-191-1/+1
|
* Merge branch 'master' into bump-zincLi Haoyi2018-12-191-1/+1
|
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-0/+8
* collapse boilerplate folder structure within src/ folders * .