Den 27.09.2019 10:15, skrev mer...@debian.org:
jline v2.14.6 is in Debian as libjline2-java, wouldn't this work?
FYI
I did a test of using jline 2.14.6 when running scala 2.12.0-M1 repl,
and it failed with NoSuchMethodError. Downloading and compiling jline
2.14.1, on the other hand, did work.
Interrestingly enough scala 2.11.12 uses jline 2.14.3, while scala
2.12.0 uses jline 2.14.1. A downgrade!
All this is of course a different error than what I get while compiling,
so I will investigate further the compile error.
Thomas