Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stringbean committed Oct 2, 2017
1 parent 10cc8c4 commit 7415468
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
@@ -1,8 +1,8 @@
# sbt-jacoco - Code Coverage via JaCoCo in sbt

[![Build Status](https://travis-ci.org/sbt/sbt-jacoco.svg?branch=master)](https://travis-ci.org/sbt/sbt-jacoco)
[![SBT 0.13 version](https://img.shields.io/badge/sbt_0.13-3.0.1-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco)
[![SBT 1.0 version](https://img.shields.io/badge/sbt_1.0-3.0.1-blue.svg)](https://bintray.com/stringbean/sbt-plugins/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)

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 := "3.0.2-SNAPSHOT"
version := "3.0.2"

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

0 comments on commit 7415468

Please sign in to comment.