Skip to content

Commit e75d07f

Browse files
authored
Merge branch 'main' into update/scala-library-2.12.18
2 parents e74e73a + 002654d commit e75d07f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-22.04]
31-
scala: [2.12.18, 3.3.0, 2.13.10]
31+
scala: [2.12.18, 3.3.0, 2.13.11]
3232
java: [temurin@8, temurin@17]
3333
project: [rootJS, rootJVM, rootNative]
3434
exclude:
@@ -251,32 +251,32 @@ jobs:
251251
tar xf targets.tar
252252
rm targets.tar
253253
254-
- name: Download target directories (2.13.10, rootJS)
254+
- name: Download target directories (2.13.11, rootJS)
255255
uses: actions/download-artifact@v3
256256
with:
257-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS
257+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS
258258

259-
- name: Inflate target directories (2.13.10, rootJS)
259+
- name: Inflate target directories (2.13.11, rootJS)
260260
run: |
261261
tar xf targets.tar
262262
rm targets.tar
263263
264-
- name: Download target directories (2.13.10, rootJVM)
264+
- name: Download target directories (2.13.11, rootJVM)
265265
uses: actions/download-artifact@v3
266266
with:
267-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
267+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM
268268

269-
- name: Inflate target directories (2.13.10, rootJVM)
269+
- name: Inflate target directories (2.13.11, rootJVM)
270270
run: |
271271
tar xf targets.tar
272272
rm targets.tar
273273
274-
- name: Download target directories (2.13.10, rootNative)
274+
- name: Download target directories (2.13.11, rootNative)
275275
uses: actions/download-artifact@v3
276276
with:
277-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative
277+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootNative
278278

279-
- name: Inflate target directories (2.13.10, rootNative)
279+
- name: Inflate target directories (2.13.11, rootNative)
280280
run: |
281281
tar xf targets.tar
282282
rm targets.tar

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val Scala212 = "2.12.18"
2-
val Scala213 = "2.13.10"
2+
val Scala213 = "2.13.11"
33
val Scala3 = "3.3.0"
44

55
ThisBuild / organization := "org.typelevel"

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.8.3
1+
sbt.version=1.9.0

0 commit comments

Comments
 (0)