Update version in gradle example of README (#145)

This commit is contained in:
Okue
2022-04-10 07:25:45 +09:00
committed by GitHub
parent ea9942da12
commit bc65f9703c

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.9</version>
<version>4.11</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.5"
implementation "io.github.java-diff-utils:java-diff-utils:4.11"
```