Skip to content

Commit e42418f

Browse files
committed
Build with latest Scala version(s)
1 parent b884ef8 commit e42418f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, macos-latest, windows-latest]
26-
scala: [2.13.17, 2.12.20, 3.3.7]
26+
scala: [2.13.17, 2.12.20, 3.7.3]
2727
java: [temurin@8, temurin@11]
2828
exclude:
2929
- java: temurin@8
@@ -156,12 +156,12 @@ jobs:
156156
tar xf targets.tar
157157
rm targets.tar
158158
159-
- name: Download target directories (3.3.7)
159+
- name: Download target directories (3.7.3)
160160
uses: actions/download-artifact@v5
161161
with:
162-
name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
162+
name: target-${{ matrix.os }}-3.7.3-${{ matrix.java }}
163163

164-
- name: Inflate target directories (3.3.7)
164+
- name: Inflate target directories (3.7.3)
165165
run: |
166166
tar xf targets.tar
167167
rm targets.tar

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Version {
1010

1111
val scala212 = "2.12.20"
1212
val scala213 = "2.13.17"
13-
val scala3 = "3.3.7"
13+
val scala3 = "3.7.3"
1414
}
1515

1616
object Library {

0 commit comments

Comments
 (0)