aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2022-04-20 07:20:41 +0200
committerGitHub2022-04-20 05:20:41 +0000
commit6219b0969980de97b361875446a53b99742aca2c (patch)
tree92f07e7b56cf1739265487dcb965a28af0d1f260
parentb338923caa40793041685a1e128af6248c03fe04 (diff)
Update sbt-api-mappings to 3.0.2 (#2499)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d21172e9..5720c049 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -22,7 +22,7 @@ addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33")
-addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
+addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")