Richard-W / scalacrypt

Provides various cryptographic functions for scala.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Having problems building with dependencies?

sdrafahl opened this issue · comments

commented

I was getting this error after trying to build my project after adding this library to my sbt file.

sbt.librarymanagement.ResolveException: unresolved dependency: xyz.wiedenhoeft#scalacrypt_2.12;0.5-SNAPSHOT: not found

There were no 2.12 builds in the repository. It should be fixed now. Please confirm that it works and close the issue.

commented

Looks like it works now.