Skip to content

Commit 0ad415d

Browse files
authored
Merge pull request #273 from rehanone/fix-release-documentation
Add the release date for v1.4.0 and shields.io image for scala 2.13.
2 parents 12332eb + 0894dce commit 0ad415d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ scoverage is available for sbt, maven, and gradle.
99
[![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)
1010
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.11.svg?label=latest%20release%20for%202.11)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.11%22)
1111
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.12.svg?label=latest%20release%20for%202.12)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.12%22)
12+
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.13.svg?label=latest%20release%20for%202.13)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.13%22)
1213

1314
Join the [scoverage](http://groups.google.com/group/scala-code-coverage-tool)
1415
google group for help, bug reports, feature requests, and general
@@ -20,7 +21,7 @@ To see scoverage in action check out the [samples](https://github.com/scoverage/
2021

2122
### Release History
2223

23-
##### 12th June 2019 - 1.4.0
24+
##### 12th June 2019 - 1.4.0
2425

2526
* Added Scala 2.13 support
2627

0 commit comments

Comments
 (0)