Skip to content

Commit 143fe5a

Browse files
committed
Upgrade scalafmt + sbt-scalafmt + revert wrong 3.8.3 formatting
1 parent 60549f8 commit 143fe5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst
1111
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1212
trailingCommas = preserve
1313
newlines.afterCurlyLambda = preserve
14-
version = 3.8.3
14+
version = 3.8.4

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
2-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
44
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

0 commit comments

Comments
 (0)