getnelson / quiver

A reasonable library for modeling multi-graphs in Scala
http://verizon.github.io/quiver/
Apache License 2.0
5 stars 3 forks source link

Upgrade dependencies, remove tut, Scala3 support #8

Open keynmol opened 3 years ago

keynmol commented 3 years ago

See #7 for explanation of the issue.

bblfish commented 3 years ago

That solves the problem with the compilation I was having. It compiles now for me. This also helps get IntelliJ indexing to work, allowing me to jump around the code much more easily.

keynmol commented 3 years ago

Other good news, I might be able to get Scala 3 into this as well. Just need to fiddle a little with codecs, I think

bblfish commented 3 years ago

Ah very nice! I fear getting banana-rdf to scala3 is going to be quite a lot more work as I need to replace projection types we used.