migration to scala 2.11.2 (supports 2.10.4), dropped support for 2.9.x#7
Open
cosminbasca wants to merge 4 commits into
Open
migration to scala 2.11.2 (supports 2.10.4), dropped support for 2.9.x#7cosminbasca wants to merge 4 commits into
cosminbasca wants to merge 4 commits into
Conversation
…X has been dropped. tests pass on both scala versions fixed resource loading for large graphs (correct utf-8 encoding specified explicitly - otherwise the system default one is chosen) bumped version to 0.0.7 updated sbt plugins included sbt assembly plugin support switched to sbt 0.13.0 all tests pass on my mac box (10.9.4)
|
Matt Russell » ascii-graphs #60 FAILURE |
Author
|
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 expectedis 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, |
|
👍 @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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)