Skip to content

Commit c753e26

Browse files
committed
github please (6)
1 parent 2cb9de9 commit c753e26

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]
26-
scala: [2.13.8, 2.12.16]
26+
scala: [2.13.12, 2.12.16]
2727
java: [temurin@8, temurin@17]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
matrix:
7878
os: [ubuntu-latest]
79-
scala: [2.13.8]
79+
scala: [2.13.12]
8080
java: [temurin@8]
8181
runs-on: ${{ matrix.os }}
8282
steps:
@@ -104,12 +104,12 @@ jobs:
104104
- name: Setup sbt
105105
uses: sbt/setup-sbt@v1
106106

107-
- name: Download target directories (2.13.8)
107+
- name: Download target directories (2.13.12)
108108
uses: actions/download-artifact@v4
109109
with:
110-
name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }}
110+
name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }}
111111

112-
- name: Inflate target directories (2.13.8)
112+
- name: Inflate target directories (2.13.12)
113113
run: |
114114
tar xf targets.tar
115115
rm targets.tar

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Dependencies {
44
object Version {
55
val scala212 = "2.12.16"
66

7-
val scala213 = "2.13.8"
7+
val scala213 = "2.13.12"
88

99
val scalatest = "3.2.13"
1010

0 commit comments

Comments
 (0)