File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919 os : [ 'ubuntu-latest', 'windows-latest' ]
2020 java : ['8', '17']
2121 scala : [
22+ { version: '2.12.17' },
2223 { version: '2.12.16' },
2324 { version: '2.12.15' },
24- { version: '2.12.14' },
2525 { version: '2.13.8' },
2626 { version: '2.13.7' },
2727 { version: '2.13.6' },
Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ import sbtcrossproject.CrossType
33
44lazy val munitVersion = " 0.7.29"
55lazy val scalametaVersion = " 4.5.9"
6- lazy val defaultScala212 = " 2.12.16 "
6+ lazy val defaultScala212 = " 2.12.17 "
77lazy val defaultScala213 = " 2.13.8"
88lazy val defaultScala3 = " 3.1.3"
99lazy val bin212 =
1010 Seq (
1111 defaultScala212,
12+ " 2.12.16" ,
1213 " 2.12.15" ,
1314 " 2.12.14" ,
1415 " 2.12.13" ,
You can’t perform that action at this time.
0 commit comments