From 30e6d26342761bf8969741ef1bdae51bbf4a0103 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 19:04:59 +0000 Subject: [PATCH 1/3] 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 7a3d17b..76f43ac 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.10.0 +sbt.version=1.10.1 From 5728d5e3a65a7fc031573b3841cd5880d0bcee68 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 19:05:00 +0000 Subject: [PATCH 2/3] scalafmt-core 3.8.2 (was 3.8.1) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 181340f..1416537 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.1 +version = 3.8.2 From ba4aa15eb453839abebaa858d4c2f436504d7282 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 19:05:06 +0000 Subject: [PATCH 3/3] specs2-core 4.20.8 (was 4.20.6) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 431ce86..a06264d 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val `play-file-watch` = project libraryDependencies ++= Seq( "io.methvin" % "directory-watcher" % "0.18.0", "com.github.pathikrit" %% "better-files" % "3.9.2" % Test, - "org.specs2" %% "specs2-core" % "4.20.6" % Test + "org.specs2" %% "specs2-core" % "4.20.8" % Test ), Test / parallelExecution := false, mimaPreviousArtifacts := previousVersion.map(organization.value %% moduleName.value % _).toSet,