File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Include the following in your `pom.xml` for Maven:
2323 <dependency>
2424 <groupId>com.github.javadev</groupId>
2525 <artifactId>underscore11</artifactId>
26- <version>1.0 </version>
26+ <version>1.1 </version>
2727 </dependency>
2828 ...
2929</dependencies>
@@ -32,7 +32,7 @@ Include the following in your `pom.xml` for Maven:
3232Gradle:
3333
3434``` groovy
35- compile 'com.github.javadev:underscore11:1.0 '
35+ compile 'com.github.javadev:underscore11:1.1 '
3636```
3737
3838Underscore-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.0 </version >
8+ <version >1.1 </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 >
123123 <dependency >
124124 <groupId >org.awaitility</groupId >
125125 <artifactId >awaitility</artifactId >
126- <version >3.1.2 </version >
126+ <version >3.1.6 </version >
127127 <scope >test</scope >
128128 </dependency >
129129 </dependencies >
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.0 </version >
8+ <version >1.1 </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.0 -SNAPSHOT</version >
8+ <version >1.1 -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