Skip to content

Commit 6ee6b25

Browse files
authored
deps: bump sbt plugins (#17932)
This bumps the following: - sbt-sonatype from 3.9.20 -> 3.9.21 - sbt-jmh from 0.4.3 -> 0.4.5
2 parents 5d2812a + 785bac5 commit 6ee6b25

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)