Skip to content

Commit 2118fda

Browse files
committed
README: Fix maven-central badge to show correct version.
1 parent 76a39fb commit 2118fda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# sbt-scoverage
22

33
[![Gitter](https://img.shields.io/gitter/room/scoverage/scoverage.svg)](https://gitter.im/scoverage/scoverage)
4-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.scoverage/sbt-scoverage/badge.svg?kill_cache=1)](https://search.maven.org/artifact/org.scoverage/sbt-scoverage/)
4+
[![Maven Central](https://img.shields.io/github/v/release/scoverage/sbt-scoverage?label=maven-central)](https://search.maven.org/artifact/org.scoverage/sbt-scoverage/)
55
[![License](http://img.shields.io/:license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
66

77
sbt-scoverage is an sbt plugin that offers support for Scala code coverage using
@@ -11,7 +11,6 @@ supports Scala 2.12, 2.13, and 3.
1111
**NOTE**: that ScalaJS and Scala Native support is limited to Scala 2.
1212
**NOTE**: that Scala 3 support starts with 3.2.x.
1313

14-
1514
## Setup
1615

1716
**Requirements**: Requires sbt 1.2.8 or above

0 commit comments

Comments
 (0)