Skip to content

Commit bc65f97

Browse files
authored
Update version in gradle example of README (#145)
1 parent ea9942d commit bc65f97

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
@@ -89,13 +89,13 @@ Just add the code below to your maven dependencies:
8989
<dependency>
9090
<groupId>io.github.java-diff-utils</groupId>
9191
<artifactId>java-diff-utils</artifactId>
92-
<version>4.9</version>
92+
<version>4.11</version>
9393
</dependency>
9494
```
9595

9696
or using gradle:
9797

9898
```groovy
9999
// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils
100-
implementation "io.github.java-diff-utils:java-diff-utils:4.5"
100+
implementation "io.github.java-diff-utils:java-diff-utils:4.11"
101101
```

0 commit comments

Comments
 (0)