From d3e24e005168547546ec78e2b1f0b1e626255430 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 23:47:04 +0000 Subject: [PATCH] Update sbt-ci-release to 1.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index be5e1aed..97d67f35 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") \ No newline at end of file