From fde833386f92672f199c880bc34bf1b190f8a73e Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Mon, 22 Jan 2024 06:10:35 +0000 Subject: [PATCH] Update sbt-release to 1.4.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 78b7e1d0..c2e4a032 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.11.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") //addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") //unfortunately, sbt-microsite pulls in a very old version, not compatible addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")