File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "sbt-scoverage"
22
33organization := " org.scoverage"
44
5- version := " 1.0.2 "
5+ version := " 1.0.3 "
66
77scalaVersion := " 2.10.4"
88
@@ -13,7 +13,7 @@ sbtPlugin := true
1313resolvers += Resolver .mavenLocal
1414
1515libraryDependencies ++= Seq (
16- " org.scoverage" %% " scalac-scoverage-plugin" % " 1.0.2 "
16+ " org.scoverage" %% " scalac-scoverage-plugin" % " 1.0.3 "
1717)
1818
1919publishTo := Some (Resolver .url(" sbt-plugin-releases" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class ScoverageSbtPlugin extends sbt.AutoPlugin {
1111 val OrgScoverage = " org.scoverage"
1212 val ScalacRuntimeArtifact = " scalac-scoverage-runtime"
1313 val ScalacPluginArtifact = " scalac-scoverage-plugin"
14- val ScoverageVersion = " 1.0.2 "
14+ val ScoverageVersion = " 1.0.3 "
1515
1616 object ScoverageKeys {
1717 lazy val coverage = taskKey[Unit ](" enable compiled code with instrumentation" )
You can’t perform that action at this time.
0 commit comments