We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62560f8 commit cb19bdbCopy full SHA for cb19bdb
README.md
@@ -28,11 +28,12 @@ Just add the code below to your maven dependencies:
28
<dependency>
29
<groupId>com.googlecode.java-diff-utils</groupId>
30
<artifactId>diffutils</artifactId>
31
- <version>1.2.1</version>
+ <version>1.3.0</version>
32
</dependency>
33
34
And for Ivy:
35
- <dependency org="com.googlecode.java-diff-utils" name="diffutils" rev="1.2.1"/>
+
36
+ <dependency org="com.googlecode.java-diff-utils" name="diffutils" rev="1.3.0"/>
37
38
# Coming eventually
39
0 commit comments