diff --git a/README.md b/README.md index 19b30c5e..c56bc0e1 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Build Status](https://travis-ci.org/sbt/sbt-jacoco.svg?branch=master)](https://travis-ci.org/sbt/sbt-jacoco) [![Codacy Grade](https://img.shields.io/codacy/grade/2336303da07d41ba960ec769dfec0a74.svg?label=codacy)](https://www.codacy.com/app/stringbean/sbt-jacoco) -[![SBT 0.13 version](https://img.shields.io/badge/sbt_0.13-3.0.3-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco) -[![SBT 1.0 version](https://img.shields.io/badge/sbt_1.0-3.0.3-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco) +[![SBT 0.13 version](https://img.shields.io/badge/sbt_0.13-3.1.0-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco) +[![SBT 1.0 version](https://img.shields.io/badge/sbt_1.0-3.1.0-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco) This is an [sbt](http://scala-sbt.org/) plugin for code coverage analysis via [JaCoCo](http://www.eclemma.org/jacoco/). Supports uploading results to [Coveralls](https://coveralls.io) and [Codecov](https://codecov.io). diff --git a/build.sbt b/build.sbt index 88933297..b90a67e9 100755 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "sbt-jacoco" organization := "com.github.sbt" -version in ThisBuild := "3.1.0-SNAPSHOT" +version in ThisBuild := "3.1.0" sbtPlugin := true crossSbtVersions := Seq("0.13.17", "1.1.6")