File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Include the following in your `pom.xml` for Maven:
41
41
<dependency >
42
42
<groupId >com.github.javadev</groupId >
43
43
<artifactId >underscore</artifactId >
44
- <version >1.83 </version >
44
+ <version >1.84 </version >
45
45
</dependency >
46
46
...
47
47
</dependencies >
@@ -50,7 +50,7 @@ Include the following in your `pom.xml` for Maven:
50
50
Gradle:
51
51
52
52
``` groovy
53
- implementation 'com.github.javadev:underscore:1.83 '
53
+ implementation 'com.github.javadev:underscore:1.84 '
54
54
```
55
55
56
56
### 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.83 </version >
7
+ <version >1.84 </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.83 </version >
7
+ <version >1.84 </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.83 -SNAPSHOT</version >
7
+ <version >1.84 -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