Skip to content

Commit 190e79f

Browse files
authored
Merge pull request #531 from scala-steward/update/7.x/patches
[7.x] Patch updates
2 parents 9217c79 + ac7da75 commit 190e79f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.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.9.3
13+
version = 3.9.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.9.3
16+
version = 3.9.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.10.10
3+
sbt.version=1.10.11

docs/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile,
66

77
resolvers ++= DefaultOptions.resolvers(snapshot = true)
88

9-
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.6"))
9+
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.7"))
1010

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

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Dependencies {
1515
}
1616

1717
object Versions {
18-
val play: String = "2.9.6"
18+
val play: String = "2.9.7"
1919
val ebean = "15.8.2"
2020
val typesafeConfig = "1.4.3"
2121
}

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.10.10
3+
sbt.version=1.10.11

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
66

77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
88

9-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
9+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
1010

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

0 commit comments

Comments
 (0)