stanch / reftree

Automatically generated diagrams and animations for Scala data structures
http://stanch.github.io/reftree/
GNU General Public License v3.0
587 stars 36 forks source link

fix build issue #29

Closed rajcspsg closed 3 years ago

rajcspsg commented 3 years ago

@stanch - This is to fix the build issue.

stanch commented 3 years ago

Just migrated the Travis integration to travis-ci.com so that it can comment here... I think the build is still failing, let’s see.

rajcspsg commented 3 years ago

do you mind if I drop support for scala 2.11 version? The cross build is causing lot of trouble with transitive dependency version.

stanch commented 3 years ago

do you mind if I drop support for scala 2.11 version? The cross build is causing lot of trouble with transitive dependency version.

Sure, makes sense to me. No point in supporting 2.11, 2.12 and 2.13 all at the same time. (And I think 2.11 has reached end of life?)

rajcspsg commented 3 years ago

yeap 2.11 is already EOL

rajcspsg commented 3 years ago

@stanch I removed the 2.11 crossScalaVersion and the build passed