We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219ef47 commit d1fc3acCopy full SHA for d1fc3ac
README.md
@@ -12,17 +12,18 @@ Getting started
12
buildscript {
13
repositories {
14
mavenCentral()
15
+ maven { url "https://oss.sonatype.org/content/groups/public" }
16
}
17
dependencies {
- classpath 'org.scoverage:gradle-scoverage:0.4.1'
18
+ classpath 'org.scoverage:gradle-scoverage:0.4.1-SNAPSHOT'
19
20
21
-apply plugin: scoverage.ScoveragePlugin
22
+apply plugin: org.scoverage.ScoveragePlugin
23
24
- scoverage 'org.scoverage:scalac-scoverage-plugin_2.10:0.98.4'
25
- compile 'org.scala-lang:scala-library:2.10.1'
+ scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:0.99.5'
26
+ compile 'org.scala-lang:scala-library:2.11.0'
27
28
```
29
0 commit comments