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 @@ -40,7 +40,7 @@ Include the following in your `pom.xml` for Maven:
40
40
<dependency >
41
41
<groupId >com.github.javadev</groupId >
42
42
<artifactId >underscore</artifactId >
43
- <version >1.84 </version >
43
+ <version >1.85 </version >
44
44
</dependency >
45
45
...
46
46
</dependencies >
@@ -49,7 +49,7 @@ Include the following in your `pom.xml` for Maven:
49
49
Gradle:
50
50
51
51
``` groovy
52
- implementation 'com.github.javadev:underscore:1.84 '
52
+ implementation 'com.github.javadev:underscore:1.85 '
53
53
```
54
54
55
55
### 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.84 </version >
7
+ <version >1.85 </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.84 </version >
7
+ <version >1.85 </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.84 -SNAPSHOT</version >
7
+ <version >1.85 -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