ascii-graphs
ascii-graphs copied to clipboard
migration to scala 2.11.2 (supports 2.10.4), dropped support for 2.9.x
several changes such that tests pass, and the new API's are supported bumped version to 0.0.7
works on my box (max os x 10.9.4)
Matt Russell » ascii-graphs #60 FAILURE Looks like there's a problem with this pull request (what's this?)
Hi Matt,
the Buildhive error I got back immediately after sending the pull request:
[ERROR] Terminal initialization failed; falling back to unsupported
java.lang.IncompatibleClassChangeError: Found class jline.Terminal, but interface was expected
is due to wrong version of sbt-launcher used (most likely 0.12.x instead of the required 0.13.x). The tests will pass with an updated version of sbt-launcher.
Cheers, Cosmin
:+1:
@mdr Any chance of something along those lines to be merged? I updated things on my side too (https://github.com/alexarchambault/ascii-graphs/tree/topic/scala-2.11).
Hi @alexarchambault, looks all good to me, are you interested in release on centrol maven repository? BTW the latest version is Scala 2.11.7 now