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 @@ -24,7 +24,7 @@ sbt.version = 1.1.1
2424
2525Add the plugin in project/plugins.sbt:
2626``` scala
27- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.0 " )
27+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1 " )
2828```
2929
3030Run the tests with enabled coverage:
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 "
14+ val DefaultScoverageVersion = " 1.4.1 "
1515 val autoImport = ScoverageKeys
1616 lazy val ScoveragePluginConfig = config(" scoveragePlugin" ).hide
1717
You can’t perform that action at this time.
0 commit comments