Created
July 19, 2013 06:54
-
-
Save deserat/6037187 to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val main = play.Project(appName, appVersion, appDependencies).settings( | |
// Add your own project settings here | |
resolvers += "scala-redis" at "https://github.com/debasishg/scala-redis.git", | |
resolvers += "scala-riak-client" at "https://github.com/agemooij/riak-scala-client.git" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment