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:
3939 <dependency >
4040 <groupId >com.github.javadev</groupId >
4141 <artifactId >underscore</artifactId >
42- <version >1.71 </version >
42+ <version >1.72 </version >
4343 </dependency >
4444 ...
4545</dependencies >
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
4848Gradle:
4949
5050``` groovy
51- implementation 'com.github.javadev:underscore:1.71 '
51+ implementation 'com.github.javadev:underscore:1.72 '
5252```
5353
5454### 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.71 </version >
7+ <version >1.72 </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.71 </version >
7+ <version >1.72 </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.71 -SNAPSHOT</version >
7+ <version >1.72 -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