Skip to content

Commit c5a010f

Browse files
Patch updates (playframework#547)
* sbt-scalafmt 2.6.1 (was 2.6.0) * scalafmt-core 3.11.1 (was 3.11.0)
1 parent 9463481 commit c5a010f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi
1010
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ]
1111
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1212
trailingCommas = preserve
13-
version = 3.11.0
13+
version = 3.11.1

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
6-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
6+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
77
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0")
88
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
99
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.7")

0 commit comments

Comments
 (0)