Skip to content

Commit 6b6078a

Browse files
Update sbt-release to 1.4.0 (#328)
1 parent 7e4e9fe commit 6b6078a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ lazy val `sbt-izumi` = (project in file("sbt/sbt-izumi"))
150150
("org.xerial.sbt" % "sbt-sonatype" % "3.10.0").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),
151151

152152
// https://github.com/sbt/sbt-release
153-
("com.github.sbt" % "sbt-release" % "1.1.0").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),
153+
("com.github.sbt" % "sbt-release" % "1.4.0").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),
154154

155155
// https://github.com/sbt/sbt-dependency-graph
156156
("org.scala-sbt" % "sbt-dependency-tree" % sbtVersion.value).extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ libraryDependencies += { "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
33

44

55
// https://github.com/sbt/sbt-release
6-
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
6+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
77

88
// http://www.scala-sbt.org/sbt-pgp/
99
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

0 commit comments

Comments
 (0)