aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorScala Steward2022-12-06 00:26:31 +0100
committerGitHub2022-12-05 23:26:31 +0000
commitc7c54ab708789773623c051c2903a88156c2e860 (patch)
tree0c437dbf12d97b2c777e34670444f9605783ac6f /project
parenta72029b707af16f0f6bef359ead638a463b1a0a3 (diff)
Update sbt-ci-release to 1.5.11 (#2565)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index dd425aab..7eaa7e5c 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -28,6 +28,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.4"