Skip to content

Commit 683d55e

Browse files
committed
Update sbt-sonatype to 3.12.2
1 parent 4e452c6 commit 683d55e

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
@@ -149,7 +149,7 @@ lazy val `sbt-izumi` = (project in file("sbt/sbt-izumi"))
149149
("com.orrsella" % "sbt-stats" % "1.0.7").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),
150150

151151
// https://github.com/xerial/sbt-sonatype
152-
("org.xerial.sbt" % "sbt-sonatype" % "3.10.0").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),
152+
("org.xerial.sbt" % "sbt-sonatype" % "3.12.2").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),
153153

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

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
99
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
1010

1111
// https://github.com/xerial/sbt-sonatype
12-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
12+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)