Skip to content

Commit d2e3361

Browse files
build: update sbt-api-mappings from 3.0.0 to 3.0.2 (#4081)
1 parent 15dc849 commit d2e3361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1")
1111
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
1212
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
1313
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
14-
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
14+
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
1515
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
1616
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") // for advanced PR validation features
1717
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")

0 commit comments

Comments
 (0)