File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ This is a test ~senctence~**for diffutils**.
52
52
But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.
53
53
54
54
### Changelog ###
55
- * Version 3.0-SNAPSHOT
55
+ * Version 3.0
56
56
* changed generation of inline diffes, if there are different linefeeds within one diff, then these are excluded
57
57
from the diff block.
58
58
* Due to licensing issues Delta.java and DiffAlgorithm.java were removed.
@@ -108,7 +108,7 @@ Just add the code below to your maven dependencies:
108
108
<dependency>
109
109
<groupId>com.github.wumpz</groupId>
110
110
<artifactId>diffutils</artifactId>
111
- <version>2.2 </version>
111
+ <version>3.0 </version>
112
112
</dependency>
113
113
```
114
114
or using gradle:
You can’t perform that action at this time.
0 commit comments