eligosource / eventsourced

A library for building reliable, scalable and distributed event-sourced applications in Scala
Apache License 2.0
828 stars 98 forks source link

Please publish for Scala 2.10.0-RC2 and Akka 2.1.0-RC2 built with JVM 6. :-) #38

Closed ghost closed 11 years ago

ghost commented 11 years ago

The subject says it all: we're seeing

java.lang.UnsupportedClassVersionError: org/eligosource/eventsourced/core/JournalProtocol$CommandProtocol : Unsupported major.minor version 51.0

at runtime using the recently-published 0.5-SNAPSHOT for Scala 2.10.0-RC2 and Akka 2.1.0-RC2 (thanks again for that)!

krasserm commented 11 years ago

This is fixed now. Thanks for reporting!