Closed ddidderr closed 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.
I was able to get 2.10.0-RC5 working with minimal effort, but not 2.10.0
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
I am sorry for not answering immediately. I had to get important things done and there was no time.
Just changed the scala version and the specs2 version. added import scala.language.implicitConversions to Hash.scala