Skip to content

Commit

Permalink
version up in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mchernyakov committed Nov 13, 2022
1 parent 578684b commit 8501a30
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 @@ -32,14 +32,14 @@ _Note_: currently the lib contains wrappers not for every primitive map. Feel fr
<dependency>
<groupId>com.trivago</groupId>
<artifactId>fastutil-concurrent-wrapper</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

#### Gradle

```groovy
implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.1.0'
implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.2.0'
```

## Usage
Expand Down

0 comments on commit 8501a30

Please sign in to comment.