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 2222 strategy :
2323 matrix :
2424 os : [ubuntu-latest]
25- scala : [3.1.0, 3.0.2, 2.12.15, 2.13.7 ]
25+ scala : [3.1.0, 3.0.2, 2.12.15, 2.13.8 ]
2626 java : [temurin@8, temurin@11]
2727 platform : [jvm]
2828 workers : [1, 4]
4545 - workers : 1
4646 os : ubuntu-latest
4747 java : temurin@8
48- scala : 2.13.7
48+ scala : 2.13.8
4949 platform : js
5050 - workers : 1
5151 os : ubuntu-latest
5555 - workers : 1
5656 os : ubuntu-latest
5757 java : temurin@8
58- scala : 2.13.7
58+ scala : 2.13.8
5959 platform : native
6060 runs-on : ${{ matrix.os }}
6161 steps :
@@ -109,7 +109,7 @@ jobs:
109109 strategy :
110110 matrix :
111111 os : [ubuntu-latest]
112- scala : [2.13.7 ]
112+ scala : [2.13.8 ]
113113 java : [temurin@8]
114114 runs-on : ${{ matrix.os }}
115115 steps :
@@ -154,7 +154,7 @@ jobs:
154154 strategy :
155155 matrix :
156156 os : [ubuntu-latest]
157- scala : [2.13.7 ]
157+ scala : [2.13.8 ]
158158 java : [temurin@8]
159159 runs-on : ${{ matrix.os }}
160160 steps :
Original file line number Diff line number Diff line change 11sourceDirectory := file(" dummy source directory" )
22
33val Scala212 = " 2.12.15"
4- val Scala213 = " 2.13.7 "
4+ val Scala213 = " 2.13.8 "
55val Scala30 = " 3.0.2"
66val Scala31 = " 3.1.0"
77
You can’t perform that action at this time.
0 commit comments