Skip to content

Commit ea3a3d4

Browse files
authored
Merge pull request #284 from scala-steward/update/patches
Patch updates
2 parents 5c13677 + 696f7ad commit ea3a3d4

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
@@ -22,7 +22,7 @@ lazy val `play-doc` = (project in file("."))
2222
organizationHomepage := Some(url("https://playframework.com")),
2323
homepage := Some(url(s"https://github.com/playframework/${Omnidoc.repoName}")),
2424
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
25-
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"),
25+
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.5"),
2626
developers += Developer(
2727
"playframework",
2828
"The Play Framework Contributors",

project/plugins.sbt

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

33
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
66
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

0 commit comments

Comments
 (0)