Skip to content

Commit

Permalink
Merge pull request #207 from scala-steward/update/scala3-library-3.4.2
Browse files Browse the repository at this point in the history
Update scala3-library from 3.4.1 to 3.4.2
  • Loading branch information
takapi327 authored May 18, 2024
2 parents 82fa6a9 + 8a0b487 commit 74c62e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.3, 3.4.1]
scala: [3.3.3, 3.4.2]
java: [corretto@11, corretto@17]
project: [ldbcJS, ldbcNative, ldbcJVM]
exclude:
- project: ldbcJS
java: corretto@17
- scala: 3.4.1
- scala: 3.4.2
java: corretto@17
- project: ldbcNative
java: corretto@17
Expand Down Expand Up @@ -208,32 +208,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.4.1, ldbcJS)
- name: Download target directories (3.4.2, ldbcJS)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-ldbcJS
name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.2-ldbcJS

- name: Inflate target directories (3.4.1, ldbcJS)
- name: Inflate target directories (3.4.2, ldbcJS)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.4.1, ldbcNative)
- name: Download target directories (3.4.2, ldbcNative)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-ldbcNative
name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.2-ldbcNative

- name: Inflate target directories (3.4.1, ldbcNative)
- name: Inflate target directories (3.4.2, ldbcNative)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.4.1, ldbcJVM)
- name: Download target directories (3.4.2, ldbcJVM)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-ldbcJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.2-ldbcJVM

- name: Inflate target directories (3.4.1, ldbcJVM)
- name: Inflate target directories (3.4.2, ldbcJVM)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
object ScalaVersions {
val scala2 = "2.12.19"
val scala3 = "3.3.3"
val scala34 = "3.4.1"
val scala34 = "3.4.2"
}

object JavaVersions {
Expand Down

0 comments on commit 74c62e5

Please sign in to comment.