Skip to content

Commit 962cda6

Browse files
authored
Merge pull request #271 from dynatrace-oss/xxh3-improvements
refactored xxh3 + prepare for release v0.18.0
2 parents caffe3b + d91a05f commit 962cda6

File tree

4 files changed

+339
-302
lines changed

4 files changed

+339
-302
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ To add a dependency on hash4j using Maven, use the following:
2626
<dependency>
2727
<groupId>com.dynatrace.hash4j</groupId>
2828
<artifactId>hash4j</artifactId>
29-
<version>0.17.0</version>
29+
<version>0.18.0</version>
3030
</dependency>
3131
```
3232
To add a dependency using Gradle:
3333
```gradle
34-
implementation 'com.dynatrace.hash4j:hash4j:0.17.0'
34+
implementation 'com.dynatrace.hash4j:hash4j:0.18.0'
3535
```
3636

3737
## Hash algorithms

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ java {
8080
}
8181

8282
group = 'com.dynatrace.hash4j'
83-
version = '0.17.0'
83+
version = '0.18.0'
8484

8585

8686
spotless {

0 commit comments

Comments
 (0)