Created
July 23, 2013 12:53
-
-
Save filipelenfers/6062131 to your computer and use it in GitHub Desktop.
resolvers on build sbt
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("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