From b9c9179d7664380a2611e6e0b7a0ab631292a72a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 09:52:38 +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 37e4249..3bc5886 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")