Skip to content

Commit d12c27a

Browse files
authored
Merge pull request #2675 from scalacenter/update/sbt-ci-release-1.11.0
build(deps): Update sbt-ci-release from 1.9.3 to 1.11.0
2 parents 33551bd + f4e38eb commit d12c27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
88
// needs to be updated in order for us to bump to 0.4.x.
99
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1010
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
11-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
11+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.0")
1212
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1")
1313
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
1414
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")

0 commit comments

Comments
 (0)