Skip to content

Commit c2cf131

Browse files
authored
Merge pull request #397 from playframework/update/3.0.x/patches
[3.0.x] Patch updates
2 parents 4b6fdc1 + 2dfd33f commit c2cf131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scalafmt.conf

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
22
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.10.0")
33
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")

0 commit comments

Comments
 (0)