From 2c8252511236f8fdb42e6e050220b9af32351ad0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 14:32:28 +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 ae9ec64b..93111244 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ val scalaNativeVersion = "0.5.6" val scalafix = "0.13.0" // includes sbt-dynver sbt-pgp sbt-sonatype sbt-git -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") // Scala Native support