diff options
| author | Scala Steward | 2021-11-20 09:50:40 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-20 08:50:40 +0000 |
| commit | 0fe40e61d75702123678d0d32bf2cb3f9d5379da (patch) | |
| tree | 65b02d2e7d21d38f1f428b7db0771a01f13db2e6 | |
| parent | 2c38857308e01b559100c6c8b4edddcfd59d584b (diff) | |
Update sbt-ci-release to 1.5.9 (#2364)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 29b03b93..f699e925 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,6 +28,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.4" |
