File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "sbt-scoverage"
2
2
3
3
organization := " org.scoverage"
4
4
5
- version := " 1.0.3 "
5
+ version := " 1.0.4 "
6
6
7
7
scalaVersion := " 2.10.4"
8
8
@@ -13,7 +13,7 @@ sbtPlugin := true
13
13
resolvers += Resolver .mavenLocal
14
14
15
15
libraryDependencies ++= Seq (
16
- " org.scoverage" %% " scalac-scoverage-plugin" % " 1.0.3 "
16
+ " org.scoverage" %% " scalac-scoverage-plugin" % " 1.0.4 "
17
17
)
18
18
19
19
publishTo := Some (Resolver .url(" sbt-plugin-releases" ,
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.5
1
+ sbt.version =0.13.6
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class ScoverageSbtPlugin extends sbt.AutoPlugin {
11
11
val OrgScoverage = " org.scoverage"
12
12
val ScalacRuntimeArtifact = " scalac-scoverage-runtime"
13
13
val ScalacPluginArtifact = " scalac-scoverage-plugin"
14
- val ScoverageVersion = " 1.0.3 "
14
+ val ScoverageVersion = " 1.0.4 "
15
15
16
16
object ScoverageKeys {
17
17
lazy val coverage = taskKey[Unit ](" enable compiled code with instrumentation" )
You can’t perform that action at this time.
0 commit comments