File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ discussion on scoverage.
15
15
16
16
Add the plugin in project/plugins.sbt:
17
17
``` scala
18
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.4 .0" )
18
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.5 .0" )
19
19
```
20
20
21
21
Run the tests with enabled coverage:
@@ -130,7 +130,7 @@ team's continuous integration process and a required quality standard.
130
130
```
131
131
This software is licensed under the Apache 2 license, quoted below.
132
132
133
- Copyright 2013-2014 Stephen Samuel and contributors
133
+ Copyright 2013-2016 Stephen Samuel and contributors
134
134
135
135
Licensed under the Apache License, Version 2.0 (the "License"); you may not
136
136
use this file except in compliance with the License. You may obtain a copy of
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.3.0-SNAPSHOT "
13
+ libraryDependencies += " org.scoverage" %% " scalac-scoverage-plugin" % " 1.3.0"
14
14
15
15
publishMavenStyle := true
16
16
You can’t perform that action at this time.
0 commit comments