summaryrefslogtreecommitdiff
path: root/scalalib/src/Dep.scala
Commit message (Collapse)AuthorAgeFilesLines
* Ease the declaration of optional dependencies + handle them in maven and ivy ↵Guillaume R2019-07-241-0/+3
| | | | | | | | publications (#661) * Add Dep.optional() to fix #603 * Publish optional dependencies as such
* Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-191-7/+27
| | | | | | | | | | | | | | | | * bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-0/+121
* collapse boilerplate folder structure within src/ folders * .