Skip to content

Commit 7ea374b

Browse files
authored
Merge pull request #285 from scala-steward/update/2.2.x/patches
[2.2.x] Patch updates
2 parents 8692fee + 08c1320 commit 7ea374b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi
99
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ]
1010
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1111
trailingCommas = preserve
12-
version = 3.8.3
12+
version = 3.8.6

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lazy val `play-doc` = (project in file("."))
1616
organizationHomepage := Some(url("https://playframework.com")),
1717
homepage := Some(url(s"https://github.com/playframework/${Omnidoc.repoName}")),
1818
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
19-
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"),
19+
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.5"),
2020
developers += Developer(
2121
"playframework",
2222
"The Play Framework Contributors",

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.8")
2-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)