Skip to content

Commit 0d4cfff

Browse files
deps: update various sbt plugins (#17462)
This updates the following: - sbt-sonatype from 3.9.10 -> 3.9.20 - sbt-pgp (now under com.github.sbt) 2.0.0 -> 2.2.1 - ~sbt-pack from 0.13 -> 0.17~ - sbt-buildinfo from 0.9.0 -> 0.11.0 - sbt-mima-plugin from 1.1.0 -> 1.1.2 Note there are a couple others that are still outdated (sbt-scalajs, sbt-jmh), but they may require some more work, so I've purposefully left them out of here. EDIT: I remeoved the sbt-pack update as there are some breaking changes in there that I'll need to address. I'll do that in a different pr.
2 parents 4cf4cce + 8fa7187 commit 0d4cfff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ libraryDependencySchemes +=
88

99
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")
1010

11-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
11+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.20")
1212

13-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
13+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
1414

1515
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
1616

1717
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
1818

19-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
19+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
2020

21-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
21+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")

0 commit comments

Comments
 (0)