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 @@ -40,7 +40,7 @@ Include the following in your `pom.xml` for Maven:
4040 <dependency >
4141 <groupId >com.github.javadev</groupId >
4242 <artifactId >underscore</artifactId >
43- <version >1.84 </version >
43+ <version >1.85 </version >
4444 </dependency >
4545 ...
4646</dependencies >
@@ -49,7 +49,7 @@ Include the following in your `pom.xml` for Maven:
4949Gradle:
5050
5151``` groovy
52- implementation 'com.github.javadev:underscore:1.84 '
52+ implementation 'com.github.javadev:underscore:1.85 '
5353```
5454
5555### Usage
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore</artifactId >
66 <packaging >jar</packaging >
7- <version >1.84 </version >
7+ <version >1.85 </version >
88 <name >java port of Underscore.js</name >
99 <description >The java port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore</artifactId >
66 <packaging >jar</packaging >
7- <version >1.84 </version >
7+ <version >1.85 </version >
88 <name >java port of Underscore.js</name >
99 <description >The java port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore</artifactId >
66 <packaging >jar</packaging >
7- <version >1.84 -SNAPSHOT</version >
7+ <version >1.85 -SNAPSHOT</version >
88 <name >java port of Underscore.js</name >
99 <description >The java port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments