Skip to content

Commit 102248a

Browse files
authored
Backport "deps: bump sbt plugins" to LTS (#18976)
Backports #17932 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents f11cb17 + 5055b26 commit 102248a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

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

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

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

1313
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
1414

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

17-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
17+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
1818

1919
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
2020

0 commit comments

Comments
 (0)