Skip to content

Instantly share code, notes, and snippets.

@pedrofurla
Created March 22, 2013 16:50
Show Gist options
  • Select an option

  • Save pedrofurla/5222879 to your computer and use it in GitHub Desktop.

Select an option

Save pedrofurla/5222879 to your computer and use it in GitHub Desktop.
My Play Resolvers
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