From 8801f49f97bc52f018a8905b4945cc25fc1f865b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:06:32 +0000 Subject: [PATCH 1/7] Update scalatest from 3.2.18 to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c0034ad..521d72b 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ libraryDependencies ++= Seq( "io.circe" %% "circe-parser" % circeVersion.value, "org.apache.spark" %% "spark-sql" % sparkVersion.value % Provided, "junit" % "junit" % "4.13.2" % Test, - "org.scalatest" %% "scalatest" % "3.2.18" % Test, + "org.scalatest" %% "scalatest" % "3.2.19" % Test, "com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep") ) From 5f20f25e58b4370cda8079caad03c7b675b92769 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:05:02 +0000 Subject: [PATCH 2/7] Update scalafmt-core from 3.8.1 to 3.8.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index fbca04c..0508d0c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.1 +version = 3.8.3 runner.dialect = scala211 project.git = true align.preset = none From b2362654254381fe6149c6b17d27d95d7365ed27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:05:46 +0000 Subject: [PATCH 3/7] Update sbt-scalafix from 0.10.4 to 0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a56f0eb..5da9ddc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 2d7f7aa6ab5d54ff4073134f676b735f074ba6e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:05:44 +0000 Subject: [PATCH 4/7] Update sbt-assembly from 2.2.0 to 2.3.0 --- project/assembly.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assembly.sbt b/project/assembly.sbt index e5ab6cc..11fa359 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") From 3a875e3d5112ec99d3a993c9fa7e062a4a5cb048 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:05:51 +0000 Subject: [PATCH 5/7] Update sbt-git from 2.0.1 to 2.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a56f0eb..2af1134 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") From cb1827b84712e136dbffbba7330715dad6c6edd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:05:43 +0000 Subject: [PATCH 6/7] Update sbt from 1.9.9 to 1.10.4 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 49214c4..04a3949 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.9 +sbt.version = 1.10.4 From ab4f8e8e51e8216442b4f78b29e71a0d3568117a Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Fri, 1 Nov 2024 14:02:22 -0400 Subject: [PATCH 7/7] Enable merge_group in CI workflow for merge queues --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e1d68e..657243d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,8 @@ name: Continuous Integration on: workflow_call: + merge_group: + branches: ['*'] pull_request: branches: ['*'] push: