Skip to content

Commit

Permalink
README: Fix maven-central badge to show correct version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandtritsch committed Jul 23, 2024
1 parent 76a39fb commit 2118fda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sbt-scoverage

[![Gitter](https://img.shields.io/gitter/room/scoverage/scoverage.svg)](https://gitter.im/scoverage/scoverage)
[![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/)
[![Maven Central](https://img.shields.io/github/v/release/scoverage/sbt-scoverage?label=maven-central)](https://search.maven.org/artifact/org.scoverage/sbt-scoverage/)
[![License](http://img.shields.io/:license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)

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


## Setup

**Requirements**: Requires sbt 1.2.8 or above
Expand Down

0 comments on commit 2118fda

Please sign in to comment.