From 77af3d664ef27505c501e8e4432d27b1f075167d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:37:52 +0000 Subject: [PATCH] [2.0.x] sbt-ci-release 1.6.0 (was 1.5.12) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 256f603..e082587 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")