We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003c9f6 commit 4801699Copy full SHA for 4801699
build.sbt
@@ -4,7 +4,7 @@ name := "jacoco4sbt"
4
5
organization := "de.johoop"
6
7
-version := "2.1.3-SNAPSHOT"
+version := "2.1.3"
8
9
resolvers += "Sonatype Release" at "https://oss.sonatype.org/content/repositories/releases"
10
readme.md
@@ -6,6 +6,10 @@ See the **[Wiki](https://github.com/sbt/jacoco4sbt/wiki)** for details.
## Change Log
+* *2.1.3*
+ * Fixed #3 (working directory in JaCoCo configuration)
11
+ * Updated to latest JaCoCo version 0.6.4
12
+
13
* *2.1.2*
14
* Added a Scala-specific report format (contributed by Jason)
15
0 commit comments