We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e73742c + bc65f97 commit eeb819cCopy full SHA for eeb819c
README.md
@@ -89,13 +89,13 @@ Just add the code below to your maven dependencies:
89
<dependency>
90
<groupId>io.github.java-diff-utils</groupId>
91
<artifactId>java-diff-utils</artifactId>
92
- <version>4.9</version>
+ <version>4.11</version>
93
</dependency>
94
```
95
96
or using gradle:
97
98
```groovy
99
// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils
100
-implementation "io.github.java-diff-utils:java-diff-utils:4.5"
+implementation "io.github.java-diff-utils:java-diff-utils:4.11"
101
0 commit comments