File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Include the following in your `pom.xml` for Maven:
2424 <dependency>
2525 <groupId>com.github.javadev</groupId>
2626 <artifactId>underscore11</artifactId>
27- <version>1.5 </version>
27+ <version>1.6 </version>
2828 </dependency>
2929 ...
3030</dependencies>
@@ -33,7 +33,7 @@ Include the following in your `pom.xml` for Maven:
3333Gradle:
3434
3535``` groovy
36- compile 'com.github.javadev:underscore11:1.5 '
36+ compile 'com.github.javadev:underscore11:1.6 '
3737```
3838
3939Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore11</artifactId >
77 <packaging >jar</packaging >
8- <version >1.5 </version >
8+ <version >1.6 </version >
99 <name >java 11 port of Underscore.js</name >
1010 <description >The java 11 port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java11</url >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore11</artifactId >
77 <packaging >jar</packaging >
8- <version >1.5 </version >
8+ <version >1.6 </version >
99 <name >java 11 port of Underscore.js</name >
1010 <description >The java 11 port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java11</url >
100100 <option >-keep public class com.github.underscore.lodash.*$ParseException { *; }</option >
101101 <option >-keep public class com.github.underscore.lodash.*$FetchResponse { *; }</option >
102102 <option >-keep public class com.github.underscore.lodash.*$LRUCache { *; }</option >
103+ <option >-keep public class com.github.underscore.lodash.*$Mode { *; }</option >
103104 <option >-keep public class com.github.underscore.lodash.Json$JsonStringBuilder$Step { *; }</option >
104105 <option >-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder$Step { *; }</option >
105106 <option >-keepclassmembers class * { *** newArrayList(); *** newLinkedHashSet(); *** newHashSet(java.lang.Iterable); *** newLinkedHashMap(); }</option >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore11</artifactId >
77 <packaging >jar</packaging >
8- <version >1.5 -SNAPSHOT</version >
8+ <version >1.6 -SNAPSHOT</version >
99 <name >java 11 port of Underscore.js</name >
1010 <description >The java 11 port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java11</url >
You can’t perform that action at this time.
0 commit comments