Skip to content

Instantly share code, notes, and snippets.

@filipelenfers
Created July 23, 2013 12:53
Show Gist options
  • Save filipelenfers/6062131 to your computer and use it in GitHub Desktop.
Save filipelenfers/6062131 to your computer and use it in GitHub Desktop.
resolvers on build sbt
resolvers ++= Seq("snapshots" at "http://oss.sonatype.org/content/repositories/snapshots",
"staging" at "http://oss.sonatype.org/content/repositories/staging",
"releases" at "http://oss.sonatype.org/content/repositories/releases",
"JBoss Thirdparty Releases" at "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment