File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.12.13, 2.13.4 ]
26+ scala : [2.12.13, 2.13.5 ]
2727 java : [adopt@1.11, adopt@1.8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -111,12 +111,12 @@ jobs:
111111 tar xf targets.tar
112112 rm targets.tar
113113
114- - name : Download target directories (2.13.4 )
114+ - name : Download target directories (2.13.5 )
115115 uses : actions/download-artifact@v2
116116 with :
117- name : target-${{ matrix.os }}-2.13.4 -${{ matrix.java }}
117+ name : target-${{ matrix.os }}-2.13.5 -${{ matrix.java }}
118118
119- - name : Inflate target directories (2.13.4 )
119+ - name : Inflate target directories (2.13.5 )
120120 run : |
121121 tar xf targets.tar
122122 rm targets.tar
Original file line number Diff line number Diff line change 11import com .typesafe .tools .mima .core ._
22
33val scala212 = " 2.12.13"
4- val scala213 = " 2.13.4 "
4+ val scala213 = " 2.13.5 "
55val supportedScalaVersions = List (scala212, scala213)
66
77val logbackVersion = " 1.2.3"
You can’t perform that action at this time.
0 commit comments