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

Add support for Scala 2.13 #35

Closed danicheg closed 1 month ago

danicheg commented 5 months ago

Hey there! Is there any chance to publish this library for Scala 2.13? Or maybe if there is a PR from the community, would it be possible to merge it (asking for a friend :smile:)?

stanch commented 5 months ago

Hey @danicheg, see this comment: https://github.com/stanch/reftree/issues/22#issuecomment-754659656. In short, happy to accept a PR, but it would need to involve updating the zipper library as well, and also updating the RefTree instances for 2.13 collections.

danicheg commented 5 months ago

Thanks for the quick answer! Hopefully, I will have time to delve into this in the upcoming weeks.