Skip to content

Commit 8959129

Browse files
committed
try sbt-ci-release 1.11.0-RC3 again
1 parent 7740162 commit 8959129

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.
1414

1515
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1616

17+
publishTo := sonatypePublishToBundle.value
18+
1719
bomFormat := "xml"
1820

1921
version := "2.20.0-SNAPSHOT"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1111
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
1212

1313
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
14-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
14+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.0-RC3")
1515

1616
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
1717

0 commit comments

Comments
 (0)