File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Include the following in your `pom.xml` for Maven:
39
39
<dependency >
40
40
<groupId >com.github.javadev</groupId >
41
41
<artifactId >underscore</artifactId >
42
- <version >1.71 </version >
42
+ <version >1.72 </version >
43
43
</dependency >
44
44
...
45
45
</dependencies >
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
48
48
Gradle:
49
49
50
50
``` groovy
51
- implementation 'com.github.javadev:underscore:1.71 '
51
+ implementation 'com.github.javadev:underscore:1.72 '
52
52
```
53
53
54
54
### Usage
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.71 </version >
7
+ <version >1.72 </version >
8
8
<name >java port of Underscore.js</name >
9
9
<description >The java port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.71 </version >
7
+ <version >1.72 </version >
8
8
<name >java port of Underscore.js</name >
9
9
<description >The java port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.71 -SNAPSHOT</version >
7
+ <version >1.72 -SNAPSHOT</version >
8
8
<name >java port of Underscore.js</name >
9
9
<description >The java port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments