This repository was archived by the owner on May 26, 2021. It is now read-only.
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 @@ -25,7 +25,7 @@ Include the following in your `pom.xml` for Maven:
25
25
<dependency>
26
26
<groupId>com.github.javadev</groupId>
27
27
<artifactId>underscore8</artifactId>
28
- <version>1.20 </version>
28
+ <version>1.21 </version>
29
29
</dependency>
30
30
...
31
31
</dependencies>
@@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
34
34
Gradle:
35
35
36
36
``` groovy
37
- compile 'com.github.javadev:underscore8:1.20 '
37
+ compile 'com.github.javadev:underscore8:1.21 '
38
38
```
39
39
40
40
Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore8</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.20 </version >
8
+ <version >1.21 </version >
9
9
<name >java 8 port of Underscore.js</name >
10
10
<description >The java 8 port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java8</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore8</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.20 </version >
8
+ <version >1.21 </version >
9
9
<name >java 8 port of Underscore.js</name >
10
10
<description >The java 8 port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java8</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore8</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.20 -SNAPSHOT</version >
8
+ <version >1.21 -SNAPSHOT</version >
9
9
<name >java 8 port of Underscore.js</name >
10
10
<description >The java 8 port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java8</url >
You can’t perform that action at this time.
0 commit comments