Skip to content

Commit

Permalink
fixing #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Hofer committed Dec 14, 2013
1 parent 5bc9244 commit bf784e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "jacoco4sbt"

organization := "de.johoop"

version := "2.1.2"
version := "2.1.3-SNAPSHOT"

resolvers += "Sonatype Release" at "https://oss.sonatype.org/content/repositories/releases"

Expand Down
1 change: 1 addition & 0 deletions src/main/scala/de/johoop/jacoco4sbt/JacocoPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ object JacocoPlugin extends Plugin {

definedTests <<= definedTests in Test,
definedTestNames <<= definedTestNames in Test,
executeTests <<= executeTests in Test,

fullClasspath <<= (products in Compile, fullClasspath in Test, instrumentedClassDirectory, streams) map instrumentAction,
cover <<= report dependsOn check,
Expand Down

0 comments on commit bf784e8

Please sign in to comment.