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 @@ -26,7 +26,7 @@ Include the following in your `pom.xml` for Maven:
26
26
<dependency>
27
27
<groupId>com.github.javadev</groupId>
28
28
<artifactId>underscore8</artifactId>
29
- <version>1.27 </version>
29
+ <version>1.28 </version>
30
30
</dependency>
31
31
...
32
32
</dependencies>
@@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
35
35
Gradle:
36
36
37
37
``` groovy
38
- compile 'com.github.javadev:underscore8:1.27 '
38
+ compile 'com.github.javadev:underscore8:1.28 '
39
39
```
40
40
41
41
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.27 </version >
8
+ <version >1.28 </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.27 </version >
8
+ <version >1.28 </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.27 -SNAPSHOT</version >
8
+ <version >1.28 -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