Skip to content

Commit 59347c7

Browse files
committed
(ci/cd): Revert sbt-ci-release plugin version to 1.9.3
1 parent 2b78512 commit 59347c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ inThisBuild(
2626
)
2727
)
2828

29-
publishTo := sonatypePublishToBundle.value
29+
// Sonatype publish options
30+
sonatypeCredentialHost := "s01.oss.sonatype.org"
31+
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
3032

3133
addCommandAlias("prepare", "fix; fmt")
3234
addCommandAlias("check", "fixCheck; fmtCheck")

project/plugin.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
22
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")
54
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1")
65
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
76
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)