Update sbt-scalafmt to 2.4.6 (#317)

* Update sbt-scalafmt to 2.4.6

* Update sbt-scalafmt to 2.4.6
This commit is contained in:
xerial-bot 2022-06-03 13:46:49 -07:00 committed by GitHub
parent 5a6b5b29ec
commit e4fb87eabf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")