File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ resolvers ++= {
11
11
else Seq .empty
12
12
}
13
13
14
- libraryDependencies += " org.scoverage" %% " scalac-scoverage-plugin" % " 1.1.1 "
14
+ libraryDependencies += " org.scoverage" %% " scalac-scoverage-plugin" % " 1.2.0-SNAPSHOT "
15
15
16
16
publishMavenStyle := true
17
17
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
11
11
val ScalacRuntimeArtifact = " scalac-scoverage-runtime"
12
12
val ScalacPluginArtifact = " scalac-scoverage-plugin"
13
13
// this should match the version defined in build.sbt
14
- val DefaultScoverageVersion = " 1.1.1 "
14
+ val DefaultScoverageVersion = " 1.2.0-SNAPSHOT "
15
15
val autoImport = ScoverageKeys
16
16
17
17
import autoImport ._
You can’t perform that action at this time.
0 commit comments