aconbere / Scala-IRC

some tools for dealing with IRC in scala
MIT License
24 stars 7 forks source link

Maven Central #2

Open hohl opened 9 years ago

hohl commented 9 years ago

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.

aconbere commented 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.

aconbere commented 9 years ago

AAaaaand the version of scala it's pinned to doesn't work with java 8...

(the saga continues)

hohl commented 9 years ago

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

aconbere commented 9 years ago

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 :)