Skip to content

Commit

Permalink
v3.1.0 is live
Browse files Browse the repository at this point in the history
  • Loading branch information
hrldcpr committed Aug 7, 2019
1 parent e312264 commit 34a6c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -50,13 +50,13 @@ PCollections is in the [Maven Central repository](https://search.maven.org/#sear
<dependency>
<groupId>org.pcollections</groupId>
<artifactId>pcollections</artifactId>
<version>3.0.4</version>
<version>3.1.0</version>
</dependency>
```

or Gradle:
```groovy
compile 'org.pcollections:pcollections:3.0.4'
compile 'org.pcollections:pcollections:3.1.0'
```

### Example Code
Expand Down

0 comments on commit 34a6c54

Please sign in to comment.