Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: Haemin Yoo <github@zzz.pe.kr>
  • Loading branch information
scala-steward and yoohaemin authored Nov 24, 2024
1 parent 576c364 commit eff0e28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: [2.13.14, 3.3.3]
scala: [2.13.15, 3.3.3]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14]
scala: [2.13.15]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -84,12 +84,12 @@ jobs:
- name: Setup sbt
uses: sbt/setup-sbt@v1

- 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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ lazy val commonSettings = Def.settings(
)

lazy val V = new {
val scala213 = "2.13.14"
val scala213 = "2.13.15"
val scala3 = "3.3.3"
val scalaAll = scala213 :: scala3 :: Nil

Expand Down

0 comments on commit eff0e28

Please sign in to comment.