This commit is contained in:
Tobias Warneke
2022-09-01 22:27:09 +02:00
parent a1f170eaa0
commit 5aac378e9f

View File

@@ -89,7 +89,7 @@ Just add the code below to your maven dependencies:
<dependency>
<groupId>io.github.java-diff-utils</groupId>
<artifactId>java-diff-utils</artifactId>
<version>4.11</version>
<version>4.12</version>
</dependency>
```
@@ -97,5 +97,5 @@ or using gradle:
```groovy
// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils
implementation "io.github.java-diff-utils:java-diff-utils:4.11"
implementation "io.github.java-diff-utils:java-diff-utils:4.12"
```