File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import de.heikoseeberger.sbtheader.{HeaderPlugin, License}
26
26
import sbt .plugins .JvmPlugin
27
27
import sbtdynver .DynVerPlugin .autoImport .dynver
28
28
import xerial .sbt .Sonatype .SonatypeKeys ._
29
+ import xerial .sbt .Sonatype .sonatypeCentralHost
29
30
30
31
object BaseProject extends AutoPlugin {
31
32
@@ -188,6 +189,7 @@ object BaseProject extends AutoPlugin {
188
189
189
190
private lazy val publishingSettings = Seq (
190
191
publishTo := sonatypePublishToBundle.value,
192
+ sonatypeCredentialHost := sonatypeCentralHost,
191
193
pomExtra := defaultPomExtra(),
192
194
Test / publishArtifact := false ,
193
195
Global / useGpgPinentry := true ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.6")
9
9
addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.9.2" )
10
10
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.3.4" )
11
11
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.2.0" )
12
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.13 " )
12
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2 " )
13
13
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.1" )
14
14
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.5.0" )
15
15
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
You can’t perform that action at this time.
0 commit comments