summaryrefslogtreecommitdiff
path: root/contrib/bloop/src/mill.contrib.bloop
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade semantic db and supported versions of scalaupgrade-semanticdbJakob Odersky2019-09-241-2/+4
| | | | This enables using Mill with Metals and Scala 2.13.1, which in turn is required under Java 1.13
* Update semanticDBVersion and semanticDBSupported (#678)Gabriele Petronella2019-08-261-1/+2
|
* Upgrade SemanticDB and Bloop supported versions (#639)Sergey Shishkin2019-06-251-8/+3
|
* Allow configuration of JSEnv used for Scala.js tests and runs (#628)Li Haoyi2019-06-131-2/+5
| | | | | | | | * . * . * .
* Bloop config for Js/Native modules (#617)Olivier Mélois2019-05-281-8/+73
| | | | This generates correct bloop configuration for ScalaJs/ScalaNative module.
* Fixed bloop config classpath element when no ivyDep is set (#612)Olivier Mélois2019-05-221-14/+35
| | | | | | | | | | | | * Fixed bloop config classpath element when no ivyDep is set * Made install a command * Made moduleSourceMap an input * Cleaning up config files before rewriting * Fixed cleanup logic
* Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-191-8/+11
| | | | | | | | | | | | | | | | * bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
* Beginning of Bloop integration (#595)Olivier Mélois2019-04-252-0/+379
* Sync with latest versions, started bloop connection * BloopModule back to the bare minimum * Added first Bloop related unit-tests * More tests * Fixed global module usage. * Added resolution in bloop config * More tests, using correct repository list * revert dev change * Changed moduleSourceMap implementation * Using path-dependant trait for the module This facilitates testing by preventing the trait from referencing a global module. * Added semanticDB to bloopConfig * Added documentation * Install returns pathRefs instead of paths * bumped semanticDB * Better use of mill's cache, avoid duplication of work * addressing comments