Skip to content

Commit 746a527

Browse files
Update sbt-ci-release to 1.11.1 (#609)
Co-authored-by: kenji yoshida <[email protected]>
1 parent ab7ddc8 commit 746a527

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ lazy val publishingSettings = Seq(
101101
publishMavenStyle := true,
102102
Test / publishArtifact := false,
103103
pomIncludeRepository := (_ => false),
104-
publishTo := sonatypePublishToBundle.value,
105104
publishConfiguration := publishConfiguration.value.withOverwrite(true),
106105
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true),
107106
developers := List(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
2-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
2+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
33
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
44
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")

0 commit comments

Comments
 (0)