Fix the Sonatype staging location

Publishing isn't possible with the one that comes from SBT for some
reason.
This commit is contained in:
Sarah Gerweck 2015-08-11 11:34:20 -07:00
parent c80d030b35
commit 584da921ea

View File

@ -117,7 +117,7 @@ object Helpers {
object Resolvers {
val sonatypeSnaps = Resolver.sonatypeRepo("snapshots")
val sonatypeRelease = Resolver.sonatypeRepo("releases")
val sonatypeStaging = Resolver.sonatypeRepo("staging")
val sonatypeStaging = "Sonatype Staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2"
}
object PublishSettings {