Nycto / Hasher

A small Scala library for easily generating hashes (md5, sha1, sha256, sha512, crc32, bcrypt, hmacs, pbkdf2)
MIT License
186 stars 40 forks source link

Upgrade to scala 2.12 #16

Closed kirlich closed 7 years ago

kirlich commented 7 years ago

Upgrade to scala 2.12.1 and add cross build for 2.11.8 as well as 2.10.6 (to cover for this pull request https://github.com/Nycto/Hasher/pull/13).

All the tests are passing locally. Could update the sbt to 0.13.13 as well if you agree.

Let me know if there are any changes necessary. This is the only dependency in my project not yet published against 2.12 so would appreciate if you merge this.

Thanks, Vedad

kirlich commented 7 years ago

Had to do few more things to make all combinations work but should be fine now. Let me know if you want any changes.

kirlich commented 7 years ago

Hey, thanks for merge!

I don't see it published under 2.12 yet. Do you plan to publish this for 1.2.0 or will do that for next release? If so when can that be?

If necessary I can back port this to 1.2.0 tag.