Skip to content

Commit 42696e0

Browse files
scala-stewardxuwei-k
authored andcommitted
Update sbt-scalafmt to 2.5.4
1 parent 34d2e89 commit 42696e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
22
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
55
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.7.0")
66

77
scalacOptions += "-language:postfixOps"

0 commit comments

Comments
 (0)