From aa7af22b8745391d4b719eee37f97b3a20d207e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Oct 2024 23:18:38 +0000 Subject: [PATCH] [1.6.x] sbt-ci-release 1.9.0 (was 1.6.1) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eb3656be..2c76ecfe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") // For the Cross Build addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")