Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

Commit

Permalink
📚 Update README regarding jitpack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wittek committed Jan 29, 2018
1 parent 1d8e7ec commit ad13648
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ repositories {
}
dependencies {
compile 'com.github.testcontainers:testcontainers-spock:-SNAPSHOT'
testCompile 'com.github.testcontainers:testcontainers-spock:-SNAPSHOT'
// or with a tagged release
testCompile 'com.github.testcontainers:testcontainers-spock:1.0.0-tc1.6.0'
}
```
Expand Down

0 comments on commit ad13648

Please sign in to comment.