Skip to content

Commit 156f4f2

Browse files
mowdownjoewumpz
authored andcommitted
Update README.md (#50)
Updated README.md with current Gradle artifact, as "compile" has been deprecated
1 parent c5b88e0 commit 156f4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ or using gradle:
8888

8989
```groovy
9090
// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils
91-
compile group: 'io.github.java-diff-utils', name: 'java-diff-utils', version: '4.0'
91+
implementation "io.github.java-diff-utils:java-diff-utils:4.0"
9292
```

0 commit comments

Comments
 (0)