Skip to content

Commit

Permalink
stop using deprecated compile dependency declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Eckart <lars.eckart@gmail.com>
  • Loading branch information
LarsEckart committed Jan 8, 2020
1 parent 876191c commit 34415fe
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 34415fe

Please sign in to comment.