Skip to content

Commit 7acf164

Browse files
committed
Update version in README
1 parent cc9d1a6 commit 7acf164

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# sbt-jacoco - Code Coverage via JaCoCo in sbt
22

33
[![Build Status](https://travis-ci.org/sbt/sbt-jacoco.svg?branch=master)](https://travis-ci.org/sbt/sbt-jacoco)
4-
[![SBT 0.13 version](https://img.shields.io/badge/sbt_0.13-3.0.0--M4-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco)
5-
[![SBT 1.0 version](https://img.shields.io/badge/sbt_1.0-3.0.0--M4-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco)
4+
[![SBT 0.13 version](https://img.shields.io/badge/sbt_0.13-3.0.0--M5-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco)
5+
[![SBT 1.0 version](https://img.shields.io/badge/sbt_1.0-3.0.0--M5-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco)
66

77
This is an [sbt](http://scala-sbt.org/) plugin for code coverage analysis via [JaCoCo](http://www.eclemma.org/jacoco/).
88

99
Install the plugin by adding the following to `project/plugins.sbt`:
1010

1111
```scala
12-
addSbtPlugin("org.scala-sbt" % "sbt-jacoco" % "3.0.0-M4")
12+
addSbtPlugin("org.scala-sbt" % "sbt-jacoco" % "3.0.0-M5")
1313
```
1414

1515
And then execute the plugin with `sbt jacoco`. This will instrument and run the unit tests and output the coverage

0 commit comments

Comments
 (0)