Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stringbean committed Oct 23, 2017
1 parent d5d68ec commit 753d965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco)
[![SBT 1.0 version](https://img.shields.io/badge/sbt_1.0-3.0.2-blue.svg)](https://bintray.com/stringbean/sbt-plugins/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)

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

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "sbt-jacoco"
organization := "com.github.sbt"

version in ThisBuild := "3.0.3-SNAPSHOT"
version in ThisBuild := "3.0.3"

sbtPlugin := true
crossSbtVersions := Seq("0.13.16", "1.0.2")
Expand Down

0 comments on commit 753d965

Please sign in to comment.