Update sbt-scalafmt to 2.4.3 (#3386)

This commit is contained in:
Scala Steward 2021-07-09 19:26:46 +02:00 committed by GitHub
parent 45233be22d
commit cddecc2075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
// write markdown files with type-checked Scala
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")