Skip to content

Commit 765740c

Browse files
upgrade sbt-scalafmt (#440)
Co-authored-by: eugene yokota <[email protected]>
1 parent e63b6cc commit 765740c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
22
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.2")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
55
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.1")
66

77
scalacOptions += "-language:postfixOps"

0 commit comments

Comments
 (0)