Skip to content

Commit

Permalink
updated to jacoco 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Hofer committed Dec 14, 2013
1 parent bf784e8 commit 003c9f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resolvers += "Sonatype Release" at "https://oss.sonatype.org/content/repositorie
scalaVersion := "2.10.3"

libraryDependencies ++= Seq(
"org.jacoco" % "org.jacoco.core" % "0.6.3.201306030806" artifacts(Artifact("org.jacoco.core", "jar", "jar")),
"org.jacoco" % "org.jacoco.report" % "0.6.3.201306030806" artifacts(Artifact("org.jacoco.report", "jar", "jar")))
"org.jacoco" % "org.jacoco.core" % "0.6.4.201312101107" artifacts(Artifact("org.jacoco.core", "jar", "jar")),
"org.jacoco" % "org.jacoco.report" % "0.6.4.201312101107" artifacts(Artifact("org.jacoco.report", "jar", "jar")))

scalacOptions ++= Seq("-unchecked", "-deprecation", "-language:_")
3 changes: 2 additions & 1 deletion src/main/scala/de/johoop/jacoco4sbt/Merging.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ package de.johoop.jacoco4sbt
import sbt._

trait Merging extends JaCoCoRuntime {
import org.jacoco.core.data.{ExecutionDataWriter, ExecFileLoader}
import org.jacoco.core.data.ExecutionDataWriter
import org.jacoco.core.tools.ExecFileLoader
import java.io._
import sbt.Keys._

Expand Down

0 comments on commit 003c9f6

Please sign in to comment.