Skip to content

Commit 762ef47

Browse files
committed
Update sbt-ci-release to 1.11.0
Remove `sonatypeProfileName`, per sbt-ci-release#375
1 parent 27a0d19 commit 762ef47

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

build.sbt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
enablePlugins(SbtPlugin)
22

3-
name := "sbt-scala-module"
4-
sonatypeProfileName := "org.scala-lang"
5-
organization := "org.scala-lang.modules"
6-
homepage := Some(url("https://github.com/scala/sbt-scala-module"))
7-
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
8-
developers := List(Developer("", "", "", url("https://scala-lang.org")))
3+
name := "sbt-scala-module"
4+
organization := "org.scala-lang.modules"
5+
homepage := Some(url("https://github.com/scala/sbt-scala-module"))
6+
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
7+
developers := List(Developer("", "", "", url("https://scala-lang.org")))
98

109
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
1110
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
12-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") // set version, scmInfo, publishing settings
11+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") // set version, scmInfo, publishing settings
1312
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") // brings in MiMa

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
1+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")

0 commit comments

Comments
 (0)