Skip to content

Commit 262996a

Browse files
Update sbt-ci-release to 1.5.11
1 parent 061df1e commit 262996a

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
@@ -9,5 +9,5 @@ developers := List(Developer("", "", "", url("https://scala-lang.org"))
99

1010
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
1111
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
12-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") // set version, scmInfo, publishing settings
12+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") // set version, scmInfo, publishing settings
1313
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.0.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.5.10")
1+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")

0 commit comments

Comments
 (0)