Skip to content

Commit 2807eed

Browse files
authored
Merge pull request #978 from mkurz/scalafmt3.8.4_2.2.x
[2.2.x] Upgrade scalafmt + sbt-scalafmt + revert wrong 3.8.3 formatting
2 parents 454df58 + 143fe5a commit 2807eed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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/CleanShadedPlugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
// https://github.com/sbt/sbt-dirty-money/blob/master/src/main/scala/sbtdirtymoney/DirtyMoneyPlugin.scala
7+
78
import sbt._
89
import Keys._
910

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)