From a94416a1d55cc138bc1caa1ff1f6dce786bef7bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 09:53:33 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.10 --- .github/workflows/ci.yml | 2 +- build.sbt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f671ceb..e2bdde0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8] + scala: [2.12.15, 2.13.10] java: [adopt-hotspot@8, adopt-hotspot@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 934e844..94a0ad9 100644 --- a/build.sbt +++ b/build.sbt @@ -5,8 +5,8 @@ description := "Scaldi-Play - Scaldi integration for Play framework" homepage := Some(url("http://github.com/scaldi/scaldi-play")) licenses := Seq("Apache License, ASL Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")) -scalaVersion := "2.13.8" -crossScalaVersions := Seq("2.12.15", "2.13.8") +scalaVersion := "2.13.10" +crossScalaVersions := Seq("2.12.15", "2.13.10") mimaPreviousArtifacts := Set("0.6.0", "0.6.1").map(organization.value %% name.value % _) scalacOptions ++= Seq("-deprecation", "-feature") javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint") From ad9157fc2f3a8630fddc1eb65c8166b62b4276a1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 09:54:07 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2bdde0..2a0c604 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,12 +127,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8) + - name: Download target directories (2.13.10) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.10) run: | tar xf targets.tar rm targets.tar