File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-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.19' },
2223 { version: '2.12.18' },
2324 { version: '2.12.17' },
24- { version: '2.12.16' },
2525 { version: '2.13.12' },
2626 { version: '2.13.11' },
2727 { version: '2.13.10' },
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ coursier fetch \
1212 org.scoverage:scalac-scoverage-plugin_2.12.15:$version \
1313 org.scoverage:scalac-scoverage-plugin_2.12.16:$version \
1414 org.scoverage:scalac-scoverage-plugin_2.12.17:$version \
15+ org.scoverage:scalac-scoverage-plugin_2.12.18:$version \
16+ org.scoverage:scalac-scoverage-plugin_2.12.19:$version \
1517 org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
1618 org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
1719 org.scoverage:scalac-scoverage-plugin_2.13.6:$version \
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.7.8"
6- lazy val defaultScala212 = " 2.12.18 "
6+ lazy val defaultScala212 = " 2.12.19 "
77lazy val defaultScala213 = " 2.13.12"
88lazy val defaultScala3 = " 3.3.0"
99lazy val bin212 =
1010 Seq (
1111 defaultScala212,
12+ " 2.12.18" ,
1213 " 2.12.17" ,
1314 " 2.12.16" ,
1415 " 2.12.15" ,
You can’t perform that action at this time.
0 commit comments