Skip to content

Commit

Permalink
Merge pull request #781 from LarsEckart/update-gradle-usage-in-readme
Browse files Browse the repository at this point in the history
stop using deprecated compile dependency declaration
  • Loading branch information
nikhilnanivadekar committed Jan 9, 2020
2 parents 876191c + 34415fe commit 9084111
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 @@ -62,8 +62,8 @@ Eclipse Collections is a comprehensive collections library for Java. The library
### Gradle

```groovy
compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
compile 'org.eclipse.collections:eclipse-collections:10.1.0'
implementation 'org.eclipse.collections:eclipse-collections-api:10.1.0'
implementation 'org.eclipse.collections:eclipse-collections:10.1.0'
```

### OSGi Bundle
Expand Down

0 comments on commit 9084111

Please sign in to comment.