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 e189c37..f1d3502 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,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 5bb6607..4cd4865 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.4") +addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.5") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")