From 4af80a5aad2cf1422979a3a19aed72debab74864 Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sat, 28 Dec 2024 15:52:14 -0800 Subject: [PATCH 1/4] 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 2/4] 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 3/4] 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 4/4] 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