Skip to content

Commit f184b4b

Browse files
authored
Merge pull request #546 from scala-steward/update/8.x/patches
[8.x] Patch updates
2 parents a299456 + b108219 commit f184b4b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.7
13+
version = 3.9.8

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

docs/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile,
66

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

9-
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.7"))
9+
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.8"))
1010

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

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

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

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 = "3.0.7"
18+
val play: String = "3.0.8"
1919
val ebean = "15.8.2"
2020
val typesafeConfig = "1.4.3"
2121
}

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.4")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
88

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

0 commit comments

Comments
 (0)