From c6f204fa815a1f3bc9a8dba7c9a5ee1aa5346645 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Thu, 19 Dec 2024 20:04:18 +0000 Subject: [PATCH] Update sbt-ci-release to 1.9.2 in main Signed-off-by: Hyperledger Bot --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0c2adf86..7192c784 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -72,7 +72,7 @@ if (sys.env.get("GITHUB_TOKEN").isDefined) { } else libraryDependencies ++= Seq[ModuleID]() // PUBLISH -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") // Native Packager addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")