Skip to content

Commit 4ebb004

Browse files
Update sbt-scalafmt to 2.5.4 (#1803)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent dd13a7d commit 4ebb004

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmarks/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val ScalapbVersion = sys.env.getOrElse("SCALAPB", "0.10.0-SNAPSHOT")
22

3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
44

55
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.27")
66

examples/basic/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
22

3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
44

55
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.1"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1414

1515
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1616

17-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
17+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
1818

1919
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
2020

0 commit comments

Comments
 (0)