diff --git a/.scalafmt.conf b/.scalafmt.conf index 1da2ffe..3db46c8 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,4 +9,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve -version = 3.8.0 +version = 3.8.1 diff --git a/build.sbt b/build.sbt index 24b59fd..499ad0c 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val `play-doc` = (project in file(".")) organizationHomepage := Some(url("https://playframework.com")), homepage := Some(url(s"https://github.com/playframework/${Omnidoc.repoName}")), licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")), - crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3"), + crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"), developers += Developer( "playframework", "The Play Framework Contributors", diff --git a/project/plugins.sbt b/project/plugins.sbt index eaae73b..b7a03ed 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.5") +addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")