File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 28
28
{ version: '2.12.10' },
29
29
{ version: '2.12.9' },
30
30
{ version: '2.12.8' },
31
+ { version: '2.13.7' },
31
32
{ version: '2.13.6' },
32
33
{ version: '2.13.5' },
33
34
{ version: '2.13.4' },
Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
[ ![ 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 )
7
7
[ ![ 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 )
9
9
[ ![ License] ( http://img.shields.io/:license-Apache%202-red.svg )] ( http://www.apache.org/licenses/LICENSE-2.0.txt )
10
10
11
11
scoverage 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 \
21
21
org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
22
22
org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
23
23
org.scoverage:scalac-scoverage-plugin_2.13.6:$version \
24
+ org.scoverage:scalac-scoverage-plugin_2.13.7:$version \
24
25
org.scoverage:scalac-scoverage-runtime_2.11:$version \
25
26
org.scoverage:scalac-scoverage-runtime_2.12:$version \
26
27
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
2
2
import sbtcrossproject .CrossType
3
3
4
4
val 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 "
7
7
val bin211 = Seq (" 2.11.12" )
8
8
val bin212 =
9
9
Seq (
@@ -19,6 +19,7 @@ val bin212 =
19
19
val bin213 =
20
20
Seq (
21
21
defaultScala213,
22
+ " 2.13.6" ,
22
23
" 2.13.5" ,
23
24
" 2.13.4" ,
24
25
" 2.13.3" ,
You can’t perform that action at this time.
0 commit comments