From a147645655ebbb583d7f9bfd0e299aa6ac679aea Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sat, 28 Dec 2024 15:26:34 -0800 Subject: [PATCH 1/7] Add sbt/setup-sbt GitHub Actions See https://github.com/sbt/setup-sbt/blob/75854e74d1300e4a4ec393739ca8633856901359/README.md#december-2024 --- .github/workflows/scala.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 4f71e11..2191911 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -27,6 +27,7 @@ jobs: with: java-version: "11" distribution: temurin + - uses: sbt/setup-sbt@v1 - name: Cache SBT uses: actions/cache@v3 with: From 4af80a5aad2cf1422979a3a19aed72debab74864 Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sat, 28 Dec 2024 15:52:14 -0800 Subject: [PATCH 2/7] Upgrade default Scala version to 2.12.20 --- .github/workflows/scala.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 2191911..b90397e 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: scala: - - 2.12.15 + - 2.12.20 steps: - uses: actions/checkout@v3 From 6edea8306ce10d81352e843f20230b7281115883 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:52:51 -0800 Subject: [PATCH 3/7] Update scalafmt-core to 3.7.17 in template (#27) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e26dcdb..aa5ff8c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ runner.dialect = scala212source3 -version = "3.7.5" +version = "3.7.17" maxColumn = 80 From 3717822906890ca2cfdefef092e30147df698246 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:53:06 -0800 Subject: [PATCH 4/7] Update sbt-best-practice to 8.3.1 in template (#25) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- project/sbt-best-practice.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sbt-best-practice.sbt b/project/sbt-best-practice.sbt index 1340249..ff7f572 100644 --- a/project/sbt-best-practice.sbt +++ b/project/sbt-best-practice.sbt @@ -1,3 +1,3 @@ addSbtPlugin( - "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.0" + "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1" ) From 47ecb1ee1d6cab207b4b1998366a1189b05282e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:53:13 -0800 Subject: [PATCH 5/7] Update sbt, scripted-plugin to 1.9.9 in template (#26) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 3c0b78a..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.1 +sbt.version=1.9.9 From 0745c0cc2498a354a562a6fbfb389ddb0e5b766c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 19:58:51 -0800 Subject: [PATCH 6/7] Update scalafmt-core to 3.8.3 in template (#29) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index aa5ff8c..6258938 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ runner.dialect = scala212source3 -version = "3.7.17" +version = "3.8.3" maxColumn = 80 From 6a6c858fff90d77e6416276e6a7f5d21695117c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 19:59:06 -0800 Subject: [PATCH 7/7] Update sbt, scripted-plugin to 1.10.7 in template (#28) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 04267b1..73df629 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.7