Skip to content

Commit

Permalink
Upgrade to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Hofer committed Apr 22, 2017
1 parent d09440d commit 59716a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit 59716a6

Please sign in to comment.