Skip to content

Commit 5fbada0

Browse files
committed
Update to scala 2.13.9
1 parent 9f2f408 commit 5fbada0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest]
32-
scala: [2.13.8, 2.12.17, 3.1.3]
32+
scala: [2.13.9, 2.12.17, 3.1.3]
3333
java: [temurin@11]
3434
project: [rootJVM]
3535
runs-on: ${{ matrix.os }}
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
matrix:
117117
os: [ubuntu-latest]
118-
scala: [2.13.8]
118+
scala: [2.13.9]
119119
java: [temurin@11]
120120
runs-on: ${{ matrix.os }}
121121
steps:
@@ -152,12 +152,12 @@ jobs:
152152
~/Library/Caches/Coursier/v1
153153
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
154154

155-
- name: Download target directories (2.13.8, rootJVM)
155+
- name: Download target directories (2.13.9, rootJVM)
156156
uses: actions/download-artifact@v2
157157
with:
158-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJVM
158+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJVM
159159

160-
- name: Inflate target directories (2.13.8, rootJVM)
160+
- name: Inflate target directories (2.13.9, rootJVM)
161161
run: |
162162
tar xf targets.tar
163163
rm targets.tar

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val Scala212 = "2.12.17"
2-
val Scala213 = "2.13.8"
2+
val Scala213 = "2.13.9"
33

44
inThisBuild(
55
Seq(

0 commit comments

Comments
 (0)