Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#725)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.15

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward authored Oct 1, 2024
1 parent c5125a2 commit 9bc97cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.4, 2.13.14, 2.12.20]
scala: [3.3.4, 2.13.15, 2.12.20]
java: [temurin@11, temurin@17, temurin@21]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14]
scala: [2.13.15]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -127,12 +127,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.14)
- name: Download target directories (2.13.15)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}

- name: Inflate target directories (2.13.14)
- name: Inflate target directories (2.13.15)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val mainScala = "2.13.14"
val allScala = Seq("3.3.4", "2.13.14", "2.12.20")
val mainScala = "2.13.15"
val allScala = Seq("3.3.4", "2.13.15", "2.12.20")
val zioVersion = "2.1.9"
val zioAwsVersion = "7.21.15.15"

Expand Down

0 comments on commit 9bc97cd

Please sign in to comment.