From 3f9c2c8d3a482bfa18b16b1eabe2617472782832 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 10:33:49 +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 b36a36de..e8218b69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.4.0")