scalapenos / stamina

Schema evolution for akka-persistence
MIT License
144 stars 30 forks source link

Release for scala 2.12 #66

Closed kkafara closed 6 years ago

kkafara commented 7 years ago

Hi, as in subject, is there a plan to release stamina for scala 2.12?

raboof commented 7 years ago

Good idea! Unfortunately it seems the base64 dependency we have is not yet published for 2.12.

I suppose we could either shift to another way of doing base64 or help get them to 2.12 (https://github.com/softprops/base64/pull/4)

kkafara commented 7 years ago

From what I see target JVM is already set to 1.8, maybe just java.util.Base64 could be used? Or am I missing something and it can't be used?

kkafara commented 7 years ago

I guess if you rebase it now it should pass 😄

knirski commented 6 years ago

I think it can be closed now, as 0.1.3 is already released for scala 2.12.

agemooij commented 6 years ago

Yes, and I just released version 0.1.4 with lots of version upgrades. Stamina now depends on Akka 2.5.8 and is compiled against Scala 2.12.4 (and 2.11.11)