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

Upgrade to Fastparse2 #24

Closed sbrunk closed 5 years ago

sbrunk commented 5 years ago

This should fix #23.

There are a few syntax changes necessary for fastparse 2 compatibility. It also pulls in the latest version of scala-js, which in turn requires a newer sbt version and a few changes due to deprecations. I also upgraded Scala to the latest minor version respectively, but didn't start upgrading other libraries.

stanch commented 5 years ago

Sorry for the delay, just saw this now :( Thanks!

stanch commented 5 years ago

Should appear on Maven Central as 1.3.0 soon.

sbrunk commented 5 years ago

It's available now. Thanks :)