almond-sh / almond

A Scala kernel for Jupyter
https://almond.sh
BSD 3-Clause "New" or "Revised" License
1.59k stars 239 forks source link

Semantic versions are not supported in scala kernel #282

Open DamienLesage opened 5 years ago

DamienLesage commented 5 years ago

When importing libs in a notebook, it often fails with the following message: Ignoring unparsed versions: Vector(1.9.1+20181030090622)

This is due to a bug in Coursier that was solved in version v1.1.0-M9 (see https://github.com/coursier/coursier/issues/718).

Ammonite still uses Coursier v1.1.0-M7, so this issue will be solved once all dependencies have bumped to the right version.

alexarchambault commented 5 years ago

Indeed, switching to the latest coursier should fix that.