Skip to content

Commit d1fc3ac

Browse files
committed
Update README.md
1 parent 219ef47 commit d1fc3ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ Getting started
1212
buildscript {
1313
repositories {
1414
mavenCentral()
15+
maven { url "https://oss.sonatype.org/content/groups/public" }
1516
}
1617
dependencies {
17-
classpath 'org.scoverage:gradle-scoverage:0.4.1'
18+
classpath 'org.scoverage:gradle-scoverage:0.4.1-SNAPSHOT'
1819
}
1920
}
2021
21-
apply plugin: scoverage.ScoveragePlugin
22+
apply plugin: org.scoverage.ScoveragePlugin
2223
2324
dependencies {
24-
scoverage 'org.scoverage:scalac-scoverage-plugin_2.10:0.98.4'
25-
compile 'org.scala-lang:scala-library:2.10.1'
25+
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:0.99.5'
26+
compile 'org.scala-lang:scala-library:2.11.0'
2627
}
2728
```
2829

0 commit comments

Comments
 (0)