Skip to content

Commit 5a6d72f

Browse files
fix: ci release publish after upgrading ci-release-plugin to v1.11.0 - want to use legacy OSSRH (#261)
1 parent a027f41 commit 5a6d72f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import sbt.Keys.thisProjectRef
2+
import xerial.sbt.Sonatype._
23

4+
ThisBuild / publishTo := sonatypePublishToBundle.value
35
ThisBuild / organization := "io.waylay"
46
ThisBuild / homepage := Some(url("https://waylay.io"))
57
ThisBuild / developers := List(

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
55
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
66
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.0")
7+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
78

89
// scala-xml issues
910
// TODO remove when everything has migrated to scala-xml 2.x

0 commit comments

Comments
 (0)