From cc45e2b9aa097fbc5a76191a4401746dbf9bcd5b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:25:26 +0200 Subject: [PATCH] bump: scala-library 2.12.20 (was 2.12.19) (#624) * bump: scala-library 2.12.20 (was 2.12.19) * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- project/Common.scala | 2 +- project/plugins.sbt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9547ae98..34b1fd67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.19] + scala: [2.12.20] java: [temurin@11, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.19] + scala: [2.12.20] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -101,12 +101,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.12.19) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.19) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar diff --git a/project/Common.scala b/project/Common.scala index adb77d27..29a39d95 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -29,7 +29,7 @@ object Common extends AutoPlugin { override def requires = plugins.JvmPlugin && HeaderPlugin override def buildSettings = Seq( - scalaVersion := "2.12.19" + scalaVersion := "2.12.20" ) // AutomateHeaderPlugin is not an allRequirements-AutoPlugin, so explicitly add settings here: diff --git a/project/plugins.sbt b/project/plugins.sbt index 999910b9..9805026e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,7 +28,7 @@ lazy val metaroot = (project in file(".")).dependsOn(metaThemePlugin) lazy val metaThemePlugin = (project in file("theme-plugin")) .settings( sbtPlugin := true, - scalaVersion := "2.12.19", + scalaVersion := "2.12.20", addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8"), Compile / unmanagedSourceDirectories := mirrorScalaSource((ThisBuild / baseDirectory).value.getParentFile / "theme-plugin")