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.
1 parent 3c6fa5f commit f1d1013Copy full SHA for f1d1013
README.md
@@ -80,13 +80,13 @@ Just add the code below to your maven dependencies:
80
<dependency>
81
<groupId>io.github.java-diff-utils</groupId>
82
<artifactId>java-diff-utils</artifactId>
83
- <version>4.4</version>
+ <version>4.5</version>
84
</dependency>
85
```
86
87
or using gradle:
88
89
```groovy
90
// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils
91
-implementation "io.github.java-diff-utils:java-diff-utils:4.4"
+implementation "io.github.java-diff-utils:java-diff-utils:4.5"
92
0 commit comments