Skip to content

Commit 6e112e7

Browse files
Update scala3-library to 3.3.3 (#34)
* Update scala3-library to 3.3.3 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 8ece203 commit 6e112e7

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]
26-
scala: [2.13.13, 2.12.19, 3.3.1]
26+
scala: [2.13.13, 2.12.19, 3.3.3]
2727
java: [zulu@8, zulu@11, zulu@17]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -130,12 +130,12 @@ jobs:
130130
tar xf targets.tar
131131
rm targets.tar
132132
133-
- name: Download target directories (3.3.1)
133+
- name: Download target directories (3.3.3)
134134
uses: actions/download-artifact@v4
135135
with:
136-
name: target-${{ matrix.os }}-3.3.1-${{ matrix.java }}
136+
name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
137137

138-
- name: Inflate target directories (3.3.1)
138+
- name: Inflate target directories (3.3.3)
139139
run: |
140140
tar xf targets.tar
141141
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val slf4jVersion = "2.0.12"
1313
val scala213 = "2.13.13"
1414

1515
ThisBuild / scalaVersion := scala213
16-
ThisBuild / crossScalaVersions := Seq(scala213, "2.12.19", "3.3.1")
16+
ThisBuild / crossScalaVersions := Seq(scala213, "2.12.19", "3.3.3")
1717

1818
update / checksums := Nil
1919

0 commit comments

Comments
 (0)