diff --git a/project/plugins.sbt b/project/plugins.sbt index ea8fc77b4..273860a03 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") // remember to bump in Dependencies.scala and samples/grpc/ projects as well if changing addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.0")