File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ inThisBuild(
26
26
)
27
27
)
28
28
29
- publishTo := sonatypePublishToBundle.value
29
+ // Sonatype publish options
30
+ sonatypeCredentialHost := " s01.oss.sonatype.org"
31
+ sonatypeRepository := " https://s01.oss.sonatype.org/service/local"
30
32
31
33
addCommandAlias(" prepare" , " fix; fmt" )
32
34
addCommandAlias(" check" , " fixCheck; fmtCheck" )
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
2
2
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.3" )
3
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1" )
4
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
3
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3" )
5
4
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.7.1" )
6
5
addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
7
6
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
You can’t perform that action at this time.
0 commit comments