From 1ce870a999d77d7c080d5d5947c83d5d782d4120 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 15:28:50 +0000 Subject: [PATCH] Update sbt-ci-release to 1.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 086ea4d..44c9db9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("io.laserdisc" % "sbt-laserdisc-defaults" % "0.2.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")