File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,10 @@ jobs:
2828 { version: '2.12.10' },
2929 { version: '2.12.9' },
3030 { version: '2.12.8' },
31+ { version: '2.13.8' },
3132 { version: '2.13.7' },
3233 { version: '2.13.6' },
3334 { version: '2.13.5' },
34- { version: '2.13.4' },
35- { version: '2.13.3' },
36- { version: '2.13.2' },
37- { version: '2.13.1' },
38- { version: '2.13.0' }
3935 ]
4036 steps :
4137 - name : checkout the repo
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import sbtcrossproject.CrossProject
22import sbtcrossproject .CrossType
33
44val scalatestVersion = " 3.2.10"
5- val scalametaVersion = " 4.4.30 "
6- val defaultScala213 = " 2.13.7 "
5+ val scalametaVersion = " 4.4.32 "
6+ val defaultScala213 = " 2.13.8 "
77val bin211 = Seq (" 2.11.12" )
88val bin212 =
99 Seq (
@@ -19,6 +19,7 @@ val bin212 =
1919val bin213 =
2020 Seq (
2121 defaultScala213,
22+ " 2.13.7" ,
2223 " 2.13.6" ,
2324 " 2.13.5" ,
2425 " 2.13.4" ,
You can’t perform that action at this time.
0 commit comments