File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 { version: '2.12.10' },
2929 { version: '2.12.9' },
3030 { version: '2.12.8' },
31+ { version: '2.13.7' },
3132 { version: '2.13.6' },
3233 { version: '2.13.5' },
3334 { version: '2.13.4' },
Original file line number Diff line number Diff line change 55[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.10.svg?label=latest%20release%20for%202.10 )] ( http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.10%22 )
66[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.11.12.svg?label=latest%202.11%20Scala%20support%20[2.11.12]%20and%20latest%20version )] ( http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.11.12%22 )
77[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.12.14.svg?label=2.12%20Scala%20support%20 )] ( http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.12.15%22 )
8- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.13.6 .svg?label=2.13%20Scala%20support%20 )] ( http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.13.6%22 )
8+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.13.7 .svg?label=2.13%20Scala%20support%20 )] ( http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.13.6%22 )
99[ ![ License] ( http://img.shields.io/:license-Apache%202-red.svg )] ( http://www.apache.org/licenses/LICENSE-2.0.txt )
1010
1111scoverage is a free Apache licensed code coverage tool for Scala that offers
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ coursier fetch \
2121 org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
2222 org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
2323 org.scoverage:scalac-scoverage-plugin_2.13.6:$version \
24+ org.scoverage:scalac-scoverage-plugin_2.13.7:$version \
2425 org.scoverage:scalac-scoverage-runtime_2.11:$version \
2526 org.scoverage:scalac-scoverage-runtime_2.12:$version \
2627 org.scoverage:scalac-scoverage-runtime_2.13:$version \
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import sbtcrossproject.CrossProject
22import sbtcrossproject .CrossType
33
44val scalatestVersion = " 3.2.10"
5- val scalametaVersion = " 4.4.28 "
6- val defaultScala213 = " 2.13.6 "
5+ val scalametaVersion = " 4.4.30 "
6+ val defaultScala213 = " 2.13.7 "
77val bin211 = Seq (" 2.11.12" )
88val bin212 =
99 Seq (
@@ -19,6 +19,7 @@ val bin212 =
1919val bin213 =
2020 Seq (
2121 defaultScala213,
22+ " 2.13.6" ,
2223 " 2.13.5" ,
2324 " 2.13.4" ,
2425 " 2.13.3" ,
You can’t perform that action at this time.
0 commit comments