summaryrefslogtreecommitdiff
path: root/scalalib/src/ScalaModule.scala
Commit message (Collapse)AuthorAgeFilesLines
* Interpolates $MILL_VERSION in ivy imports (#649)Olivier Mélois2019-07-081-1/+7
| | | | | | | | | | | | | | | | | | | | * 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-2/+7
| | | | | | | | | | | | | | | | * bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
* Generalize Zinc Worker (#514)Li Haoyi2018-12-181-32/+3
| | | | | | | | | | | | | | | | | | | | | | * Generalize Zinc worker - Compiler bridges can now be either pre-compiled or on-demand-compiled - Scala library/compiler jar discovery is now configurable - Zinc compiler cache is now configurable, rather than being hardcoded at n=1 * . * update constructor args * remove duplicate util/AggWrapper.scala file * fix * fix * fix * cleanup
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-0/+275
* collapse boilerplate folder structure within src/ folders * .