Open hohl opened 9 years ago
wow, I just made a mess of this issue!
Yes, happy to, the version of the sbt assembly plugin I was using has gone missing so I'm fixing that up, but supposing that goes well, I should have a new version out later today.
AAaaaand the version of scala it's pinned to doesn't work with java 8...
(the saga continues)
Don't worry - had to rewrite most of it since in Akka 2.3 the old I/O library got removed, so I just copied the Parser
and Tokens
file in my project. (So at least I don't need the dependency anymore.)
If you are interested I've rewritten: https://gist.github.com/hohl/2e6349c770ee3f1db25a
Awesome! I looked at upgrading to a modern version of Akka at some point and frustrated with the state of their docs. Glad the other pieces were helpful :)
Most recent version on Maven Central is 0.2.0, your
build.sbt
states 0.4.0. Would be very kind of you could update your deployment there.