From b707c7fd97c777e1b790af66febcb8cef5f12ccd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 08:49:34 +0000 Subject: [PATCH] Update sbt-release to 1.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b8b3a91..0d9149f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")