diff --git a/build.sbt b/build.sbt index 5912b302..a5e792a8 100755 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).enablePlugins(BuildInfoPlugin).settings( name := "jacoco4sbt", organization := "de.johoop", - version := "2.3.0-SNAPSHOT", + version := "2.3.0", scalaVersion := "2.10.6", sbtPlugin := true, diff --git a/readme.md b/readme.md index 8d447b09..bd6e7007 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ This is an [sbt](http://scala-sbt.org/) and [Typesafe Activator](https://typesaf Install the plugin by adding the following to `project/plugins.sbt`: - addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.2.0") + addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.3.0") and then in `build.sbt`: