Skip to content

Instantly share code, notes, and snippets.

@oliverdaff
Created September 13, 2011 10:57
Show Gist options
  • Save oliverdaff/1213592 to your computer and use it in GitHub Desktop.
Save oliverdaff/1213592 to your computer and use it in GitHub Desktop.
build.sbt with two repos
resolvers ++= Seq(
"Twitter repo" at "http://maven.twttr.com/",
"Sonatype OSS Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment