From 59716a6633118fe09b1e8bdd516443aef2927deb Mon Sep 17 00:00:00 2001 From: Joachim Hofer Date: Sat, 22 Apr 2017 06:51:58 +0200 Subject: [PATCH] Upgrade to 2.3.0 --- build.sbt | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`: