From 542e8a0ee60b23ecc11070336f4e552678895a22 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 21:48:26 +0000 Subject: [PATCH 1/4] [2.2.x] sbt-twirl 1.6.8 (was 1.6.7) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b5a7133..ab3ffd6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.7") +addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.8") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") From 400e93e8409b23672cc97c81e8fb5d60fa6109a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 21:48:32 +0000 Subject: [PATCH 2/4] [2.2.x] sbt 1.10.1 (was 1.10.0) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 081fdbb..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 From cfd8dce6b536cbc2240d940ddf620ad08d37d9f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 21:48:35 +0000 Subject: [PATCH 3/4] [2.2.x] scalafmt-core 3.8.3 (was 3.8.2) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 22ea1b2..5476385 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.2 +version = 3.8.3 From fcb88b32330accb37c82aafcdf9306fabb234c56 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 21:48:50 +0000 Subject: [PATCH 4/4] [2.2.x] specs2-core 4.20.8 (was 4.20.7) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 019497f..059ed81 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ libraryDependencies ++= Seq( ("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"), "org.parboiled" % "parboiled-java" % "1.4.1", "commons-io" % "commons-io" % "2.16.1", - "org.specs2" %% "specs2-core" % "4.20.7" % Test + "org.specs2" %% "specs2-core" % "4.20.8" % Test ) javacOptions ++= Seq(