From 8d41c99cc2e14ca1868de981a23ef4453bfd946e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 18:45:44 +0000 Subject: [PATCH 1/3] [2.2.x] sbt-twirl 1.6.6 (was 1.6.5) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From 4f443774211b2cb96ce63f75fae97a68a593f6d8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 18:45:50 +0000 Subject: [PATCH 2/3] [2.2.x] scala-library 2.13.14 (was 2.13.13) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 51aaf5fd9a7c00eb1a9b1c0b74581b9eece20f2f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 18:45:52 +0000 Subject: [PATCH 3/3] [2.2.x] scalafmt-core 3.8.1 (was 3.8.0) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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