eigengo / akka-patterns

Demonstration of the common Akka patterns
Apache License 2.0
560 stars 61 forks source link

Scalad dependency in build.sbt #10

Closed switzer closed 11 years ago

switzer commented 11 years ago

Hi - sbt is not finding scalad. I updated the resolvers to fix:

resolvers += "cakesolutions local repo" at "http://build.cakesolutions.net/artifactory/libs-release-local"

resolvers += "cakesolutions local snapshots" at "http://build.cakesolutions.net/artifactory/libs-snapshot-local"

Thanks for this great new code!

fommil commented 11 years ago

This should be in sonatype or maven central at some point, tracked here https://github.com/janm399/scalad/issues/60