Skip to content

Commit dffaa3e

Browse files
authored
Merge pull request #808 from scala-steward/update/7.x/patches
[7.x] Patch updates
2 parents 35e4847 + b9fe4b9 commit dffaa3e

6 files changed

Lines changed: 6 additions & 6 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.11.3
13+
version = 3.11.4

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.11.3
16+
version = 3.11.4

docs/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
sbt.version=1.12.13
3+
sbt.version=1.12.14

docs/project/plugins.sbt

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

1111
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0")
1212

13-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
13+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")
1414

1515
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
sbt.version=1.12.13
3+
sbt.version=1.12.14

project/plugins.sbt

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

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

7-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")
88

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

0 commit comments

Comments
 (0)