Skip to content

Commit 16b29d8

Browse files
Update scala3-library, ... to 3.3.7 (#636)
* Update scala3-library, ... to 3.3.7 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 9fd70a1 commit 16b29d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, windows-latest]
26-
scala: [2.12.20, 2.13.17, 3.3.6]
26+
scala: [2.12.20, 2.13.17, 3.3.7]
2727
java: [temurin@8, temurin@21]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
matrix:
102102
os: [ubuntu-latest]
103-
scala: [3.3.6]
103+
scala: [3.3.7]
104104
java: [temurin@8]
105105
runs-on: ${{ matrix.os }}
106106
steps:
@@ -160,12 +160,12 @@ jobs:
160160
tar xf targets.tar
161161
rm targets.tar
162162
163-
- name: Download target directories (3.3.6)
163+
- name: Download target directories (3.3.7)
164164
uses: actions/download-artifact@v5
165165
with:
166-
name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
166+
name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
167167

168-
- name: Inflate target directories (3.3.6)
168+
- name: Inflate target directories (3.3.7)
169169
run: |
170170
tar xf targets.tar
171171
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtghactions.windows
33

44
val Scala2_12 = "2.12.20"
55
val Scala2_13 = "2.13.17"
6-
val Scala3 = "3.3.6"
6+
val Scala3 = "3.3.7"
77

88
val isScala3 = Def.setting(scalaBinaryVersion.value == "3")
99

0 commit comments

Comments
 (0)