File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ discussion on scoverage.
15
15
16
16
Make sure your SBT version in project/build.properties:
17
17
```
18
- sbt.version = 0.13.16
18
+ sbt.version = 0.13.17
19
19
```
20
20
or
21
21
```
22
- sbt.version = 1.0.0
22
+ sbt.version = 1.1.1
23
23
```
24
24
25
25
Add the plugin in project/plugins.sbt:
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-M2 "
13
+ libraryDependencies += " org.scoverage" %% " scalac-scoverage-plugin" % " 1.4.0-M3 "
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-M2 "
14
+ val DefaultScoverageVersion = " 1.4.0-M3 "
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