Skip to content

Commit

Permalink
upgrade sbt-scalafmt (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: eugene yokota <[email protected]>
  • Loading branch information
jtjeferreira and eed3si9n authored Jul 6, 2024
1 parent e63b6cc commit 765740c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 765740c

Please sign in to comment.