From 563afdf9393f9ea3313fdfedfc6021e3314f5b5a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Aug 2024 18:27:51 +0000 Subject: [PATCH] Update sbt-ci-release to 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 4b15bbb..330834c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") // ~ // This is an sbt plugin to help automate releases to Sonatype and Maven Central from GitHub Actions. // See more: https://github.com/sbt/sbt-ci-release -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") // Test Coverage plugin. // ~