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 2222 { version: '2.12.17' },
2323 { version: '2.12.16' },
2424 { version: '2.12.15' },
25+ { version: '2.13.9' },
2526 { version: '2.13.8' },
2627 { version: '2.13.7' },
27- { version: '2.13.6' },
2828 ]
2929 steps :
3030 - name : checkout the repo
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ coursier fetch \
2323 org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
2424 org.scoverage:scalac-scoverage-plugin_2.13.6:$version \
2525 org.scoverage:scalac-scoverage-plugin_2.13.7:$version \
26+ org.scoverage:scalac-scoverage-plugin_2.13.8:$version \
27+ org.scoverage:scalac-scoverage-plugin_2.13.9:$version \
2628 org.scoverage:scalac-scoverage-runtime_2.12:$version \
2729 org.scoverage:scalac-scoverage-runtime_2.13:$version \
2830 org.scoverage:scalac-scoverage-runtime_sjs1_2.12:$version \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import sbtcrossproject.CrossType
44lazy val munitVersion = " 0.7.29"
55lazy val scalametaVersion = " 4.5.13"
66lazy val defaultScala212 = " 2.12.17"
7- lazy val defaultScala213 = " 2.13.8 "
7+ lazy val defaultScala213 = " 2.13.9 "
88lazy val defaultScala3 = " 3.1.3"
99lazy val bin212 =
1010 Seq (
@@ -22,6 +22,7 @@ lazy val bin212 =
2222lazy val bin213 =
2323 Seq (
2424 defaultScala213,
25+ " 2.13.8" ,
2526 " 2.13.7" ,
2627 " 2.13.6" ,
2728 " 2.13.5" ,
You can’t perform that action at this time.
0 commit comments