File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-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.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 @@ -13,6 +13,7 @@ coursier fetch \
1313 org.scoverage:scalac-scoverage-plugin_2.12.14:$version \
1414 org.scoverage:scalac-scoverage-plugin_2.12.15:$version \
1515 org.scoverage:scalac-scoverage-plugin_2.12.16:$version \
16+ org.scoverage:scalac-scoverage-plugin_2.12.17:$version \
1617 org.scoverage:scalac-scoverage-plugin_2.13.0:$version \
1718 org.scoverage:scalac-scoverage-plugin_2.13.1:$version \
1819 org.scoverage:scalac-scoverage-plugin_2.13.2:$version \
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.5.9 "
6- lazy val defaultScala212 = " 2.12.16 "
5+ lazy val scalametaVersion = " 4.5.13 "
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