upgrade sbt-scalafmt (#440)

Co-authored-by: eugene yokota <eed3si9n@gmail.com>
This commit is contained in:
João Ferreira 2024-07-06 22:27:19 +01:00 committed by GitHub
parent e63b6cce7d
commit 765740c066
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.1")
scalacOptions += "-language:postfixOps"