Skip to content

Commit

Permalink
Remove sonatype staging from our repositories
Browse files Browse the repository at this point in the history
As an attempt to save the release
  • Loading branch information
Duhemm committed Feb 10, 2018
1 parent fc48297 commit 7ff9993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/BuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,8 @@ object BuildImplementation {
Keys.resolvers := {
val oldResolvers = Keys.resolvers.value
val scalacenterResolver = Resolver.bintrayRepo("scalacenter", "releases")
val sonatypeStaging = Resolver.sonatypeRepo("staging")
val scalametaResolver = Resolver.bintrayRepo("scalameta", "maven")
(oldResolvers :+ sonatypeStaging :+ scalametaResolver :+ scalacenterResolver).distinct
(oldResolvers :+ scalametaResolver :+ scalacenterResolver).distinct
},
ReleaseEarlyKeys.releaseEarlyWith := {
// Only tag releases go directly to Maven Central, the rest go to bintray!
Expand Down

0 comments on commit 7ff9993

Please sign in to comment.