Skip to content

Commit eeb819c

Browse files
committed
Merge origin/master
2 parents e73742c + bc65f97 commit eeb819c

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)