Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexarchambault alexarchambault released this 25 Jul 15:01
a266d7d
  • 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 Ammonite 1.6.9 only working with 2.12 and 2.13
  • Automatically add almond-spark module when spark is added (no need of import $ivy.`sh.almond::almond-spark:…` anymore)
  • Allow to automatically set ammonite-spark and almond-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 do import $ivy.`org:name:_` , with ver automatically filled in)