From c67df3810f9ef16b226df2b747b2eea6d9a2e65c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 09:25:40 +0000 Subject: [PATCH] Update sbt-ci-release to 1.6.0 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 91c0b69..5094cb4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") @@ -6,4 +6,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") \ No newline at end of file +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")