Skip to content

Commit

Permalink
update README to show latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maiflai committed Dec 23, 2014
1 parent bed4de1 commit 23c79e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.scoverage:gradle-scoverage:1.0'
classpath 'org.scoverage:gradle-scoverage:1.0-5-g9c68988'
}
}
apply plugin: 'scoverage'
dependencies {
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.1', 'org.scoverage:scalac-scoverage-runtime_2.11:1.0.1'
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.2', 'org.scoverage:scalac-scoverage-runtime_2.11:1.0.2'
}
```

Expand Down

0 comments on commit 23c79e5

Please sign in to comment.