From 0aca6ad02ec4ff76183ea1f728edc434974fb23d Mon Sep 17 00:00:00 2001 From: Coralogix Automation Golem <83012444+coralogix-automation-golem@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:00:23 +0200 Subject: [PATCH] Update sbt-ci-release from 1.9.0 to 1.9.2 (#9) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 27b8fe9..4da5f71 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")