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 @@ -10,7 +10,7 @@ resolvers ++= {
1010 if (isSnapshot.value) Seq (Resolver .sonatypeRepo(" snapshots" )) else Nil
1111}
1212
13- libraryDependencies += " org.scoverage" %% " scalac-scoverage-plugin" % " 1.4.0-M1 "
13+ libraryDependencies += " org.scoverage" %% " scalac-scoverage-plugin" % " 1.4.0-M2 "
1414
1515publishMavenStyle := true
1616
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
1111 val ScalacRuntimeArtifact = " scalac-scoverage-runtime"
1212 val ScalacPluginArtifact = " scalac-scoverage-plugin"
1313 // this should match the version defined in build.sbt
14- val DefaultScoverageVersion = " 1.4.0-M1 "
14+ val DefaultScoverageVersion = " 1.4.0-M2 "
1515 val autoImport = ScoverageKeys
1616 lazy val ScoveragePluginConfig = config(" scoveragePlugin" ).hide
1717
You can’t perform that action at this time.
0 commit comments