From 80564d6e3193c14837901bae003ac7e4e32a2ba9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 12:01:02 +0000 Subject: [PATCH] Update sbt-release to 1.3.0 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b997267..7d1b65f 100644 --- a/build.sbt +++ b/build.sbt @@ -150,7 +150,7 @@ lazy val `sbt-izumi` = (project in file("sbt/sbt-izumi")) ("org.xerial.sbt" % "sbt-sonatype" % "3.10.0").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()), // https://github.com/sbt/sbt-release - ("com.github.sbt" % "sbt-release" % "1.1.0").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()), + ("com.github.sbt" % "sbt-release" % "1.3.0").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()), // https://github.com/sbt/sbt-dependency-graph ("org.scala-sbt" % "sbt-dependency-tree" % sbtVersion.value).extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()), diff --git a/project/plugins.sbt b/project/plugins.sbt index fae2abb..b079b50 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ libraryDependencies += { "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value // https://github.com/sbt/sbt-release -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") // http://www.scala-sbt.org/sbt-pgp/ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")