Created
March 22, 2013 16:50
-
-
Save pedrofurla/5222879 to your computer and use it in GitHub Desktop.
My Play Resolvers
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
| resolvers ++= Seq( | |
| "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/", | |
| "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/", | |
| "Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/", | |
| Resolver.url( | |
| "Typesafe Ivy Snapshots", | |
| url("http://repo.typesafe.com/typesafe/ivy-snapshots/"))(Resolver.ivyStylePatterns), | |
| Resolver.url( | |
| "Typesafe Snapshots with ivy style", | |
| url("http://repo.typesafe.com/typesafe/snapshots/"))(Resolver.ivyStylePatterns) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment