Skip to content

Commit 59716a6

Browse files
author
Joachim Hofer
committed
Upgrade to 2.3.0
1 parent d09440d commit 59716a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).enablePlugins(BuildInfoPlugin).settings(
22

33
name := "jacoco4sbt",
44
organization := "de.johoop",
5-
version := "2.3.0-SNAPSHOT",
5+
version := "2.3.0",
66
scalaVersion := "2.10.6",
77

88
sbtPlugin := true,

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is an [sbt](http://scala-sbt.org/) and [Typesafe Activator](https://typesaf
44

55
Install the plugin by adding the following to `project/plugins.sbt`:
66

7-
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.2.0")
7+
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.3.0")
88

99
and then in `build.sbt`:
1010

0 commit comments

Comments
 (0)