v0.7.0
Pre-release
Pre-release
- Switch to Ammonite
1.6.9-15-6720d42
(disables resolution cache if some resolution hooks were added, replaces coursier by coursier-interface) - Remove Scala
2.11
support due to Ammonite1.6.9
only working with2.12
and2.13
- Automatically add
almond-spark
module when spark is added (no need ofimport $ivy.`sh.almond::almond-spark:…`
anymore) - Allow to automatically set
ammonite-spark
andalmond-spark
version (import $ivy.`sh.almond::ammonite-spark:_`
will fill in the ammonite-spark version) - Allow to automatically fill in versions of specific modules (pass
--auto-version org:name:ver
to later allow users to doimport $ivy.`org:name:_`
, withver
automatically filled in)