File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
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.18' },
2223 { version: '2.12.17' },
2324 { version: '2.12.16' },
24- { version: '2.12.15' },
2525 { version: '2.13.10' },
2626 { version: '2.13.9' },
2727 { version: '2.13.8' },
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ import sbtcrossproject.CrossProject
22import sbtcrossproject .CrossType
33
44lazy val munitVersion = " 0.7.29"
5- lazy val scalametaVersion = " 4.6.0 "
6- lazy val defaultScala212 = " 2.12.17 "
5+ lazy val scalametaVersion = " 4.7.8 "
6+ lazy val defaultScala212 = " 2.12.18 "
77lazy val defaultScala213 = " 2.13.10"
88lazy val defaultScala3 = " 3.3.0"
99lazy val bin212 =
1010 Seq (
1111 defaultScala212,
12+ " 2.12.17" ,
1213 " 2.12.16" ,
1314 " 2.12.15" ,
1415 " 2.12.14" ,
You can’t perform that action at this time.
0 commit comments