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.2.0 " 
13+ libraryDependencies +=  " org.scoverage" %%  " scalac-scoverage-plugin" %  " 1.3.0-SNAPSHOT " 
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.2.0 " 
14+  val  DefaultScoverageVersion  =  " 1.3.0-SNAPSHOT " 
1515 val  autoImport  =  ScoverageKeys 
1616 lazy  val  ScoveragePluginConfig  =  config(" scoveragePlugin" 
1717
                         You can’t perform that action at this time. 
           
                  
0 commit comments