Skip to content

Commit ea48df7

Browse files
authored
Merge pull request #550 from playframework/update/patches
Patch updates
2 parents 07dbbc6 + 74eb1cb commit ea48df7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im
1010
trailingCommas = preserve
1111
newlines.afterCurlyLambda = preserve
1212
runner.dialect = scala212source3
13-
version = 3.8.3
13+
version = 3.8.6

docs/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im
1313
trailingCommas = preserve
1414
newlines.afterCurlyLambda = preserve
1515
runner.dialect = scala212source3
16-
version = 3.8.3
16+
version = 3.8.6

docs/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse(
1010

1111
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
1212

13-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
13+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
1414

1515
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
44

55
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
66

7-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
88

99
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
1010

0 commit comments

Comments
 (0)