diff options
| author | Scala Steward | 2022-03-14 20:20:30 +0100 |
|---|---|---|
| committer | GitHub | 2022-03-14 19:20:30 +0000 |
| commit | 15d17176a393c2c98fb565687b864bb7c1ab113a (patch) | |
| tree | d3f83b7d9bac60d91ae14cad149978b937e1c215 /project | |
| parent | 8bb5b75e75151a61c58a9a37324ca1c5a796ea10 (diff) | |
Update sbt-scalafmt to 2.4.6 (#2459)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 2cba8002..a698fbb8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") |
