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

Ported to Scala 2.10.0 #2

Closed ddidderr closed 11 years ago

ddidderr commented 11 years ago

Just changed the scala version and the specs2 version. added import scala.language.implicitConversions to Hash.scala

Nycto commented 11 years ago

Thanks for the contribution! Beat me to the punch.

Looks like you forgot to update .travis.yml, so the change breaks the build: https://travis-ci.org/Nycto/Hasher/builds/4072786

That aside, I haven't been able to get the specs2 jar to properly download for 2.10.0. Ivy appears to be looking for this URL:

While specs pushed to this URL:

Notice this missing ".0" in the second URL.

I'll poke at it a bit more tonight. If nothing else, I can hard code the URL for the jar.

Nycto commented 11 years ago

I was able to get 2.10.0-RC5 working with minimal effort, but not 2.10.0

Nycto commented 11 years ago

Looks like I just needed to update my version of sbt from 0.11 to 0.12. I just pushed an update to support scala 2.10.0. Resolving

ddidderr commented 11 years ago

I am sorry for not answering immediately. I had to get important things done and there was no time.