File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments