File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ resolvers ++= {
10
10
if (isSnapshot.value) Seq (Resolver .sonatypeRepo(" snapshots" )) else Nil
11
11
}
12
12
13
- libraryDependencies += " org.scoverage" %% " scalac-scoverage-plugin" % " 1.4.0-RC2 "
13
+ libraryDependencies += " org.scoverage" %% " scalac-scoverage-plugin" % " 1.4.0-RC3 "
14
14
15
15
publishMavenStyle := true
16
16
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.4.0-RC2 "
14
+ val DefaultScoverageVersion = " 1.4.0-RC3 "
15
15
val autoImport = ScoverageKeys
16
16
lazy val ScoveragePluginConfig = config(" scoveragePlugin" ).hide
17
17
You can’t perform that action at this time.
0 commit comments