Skip to content

Commit 4097277

Browse files
authored
Merge pull request #223 from scala-steward/update/sbt-ci-release-1.11.2
Update sbt-ci-release to 1.11.2
2 parents 17c0644 + 8a36ee2 commit 4097277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ developers := List(Developer("", "", "", url("https://scala-lang.org")))
88

99
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
1010
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
11-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") // set version, scmInfo, publishing settings
11+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") // set version, scmInfo, publishing settings
1212
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.11.1")
1+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)