We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578684b commit 8501a30Copy full SHA for 8501a30
README.md
@@ -32,14 +32,14 @@ _Note_: currently the lib contains wrappers not for every primitive map. Feel fr
32
<dependency>
33
<groupId>com.trivago</groupId>
34
<artifactId>fastutil-concurrent-wrapper</artifactId>
35
- <version>0.1.0</version>
+ <version>0.2.0</version>
36
</dependency>
37
```
38
39
#### Gradle
40
41
```groovy
42
-implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.1.0'
+implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.2.0'
43
44
45
## Usage
0 commit comments