Skip to content

Commit 30875cf

Browse files
authored
Merge pull request #40 from Clashsoft/patch-1
Update Gradle Installation Snippet in README
2 parents a8d968c + 9704b62 commit 30875cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ Attention. We changed groupid and artifactid. Starting with version 4 you have t
9797
or using gradle:
9898

9999
```groovy
100-
// https://mvnrepository.com/artifact/com.github.wumpz/diffutils
101-
compile group: 'com.github.wumpz', name: 'diffutils', version: '2.2'
100+
// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils
101+
compile group: 'io.github.java-diff-utils', name: 'java-diff-utils', version: '4.0'
102102
```

0 commit comments

Comments
 (0)