File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
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.16' },
2223 { version: '2.12.15' },
2324 { version: '2.12.14' },
24- { version: '2.12.13' },
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 66 tags : ["*"]
77jobs :
88 publish :
9- runs-on : ubuntu-20.04
9+ runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
1212 with :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ coursier fetch \
1212 org.scoverage:scalac-scoverage-plugin_2.12.13:$version \
1313 org.scoverage:scalac-scoverage-plugin_2.12.14:$version \
1414 org.scoverage:scalac-scoverage-plugin_2.12.15:$version \
15+ org.scoverage:scalac-scoverage-plugin_2.12.16:$version \
1516 org.scoverage:scalac-scoverage-plugin_2.13.0:$version \
1617 org.scoverage:scalac-scoverage-plugin_2.13.1:$version \
1718 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.4.32 "
6- lazy val defaultScala212 = " 2.12.15 "
5+ lazy val scalametaVersion = " 4.5.9 "
6+ lazy val defaultScala212 = " 2.12.16 "
77lazy val defaultScala213 = " 2.13.8"
88lazy val defaultScala3 = " 3.1.0"
99lazy val bin212 =
1010 Seq (
1111 defaultScala212,
12+ " 2.12.15" ,
1213 " 2.12.14" ,
1314 " 2.12.13" ,
1415 " 2.12.12" ,
You can’t perform that action at this time.
0 commit comments