Skip to content

Instantly share code, notes, and snippets.

@deserat
Created July 19, 2013 06:54
Show Gist options
  • Save deserat/6037187 to your computer and use it in GitHub Desktop.
Save deserat/6037187 to your computer and use it in GitHub Desktop.
test
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