File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
27
27
<dependency>
28
28
<groupId>com.github.javadev</groupId>
29
29
<artifactId>underscore17</artifactId>
30
- <version>1.40 </version>
30
+ <version>1.41 </version>
31
31
</dependency>
32
32
...
33
33
</dependencies>
@@ -36,7 +36,7 @@ Include the following in your `pom.xml` for Maven:
36
36
Gradle:
37
37
38
38
``` groovy
39
- implementation 'com.github.javadev:underscore17:1.40 '
39
+ implementation 'com.github.javadev:underscore17:1.41 '
40
40
```
41
41
42
42
Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore11</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.40 </version >
7
+ <version >1.41 </version >
8
8
<name >java 11 port of Underscore.js</name >
9
9
<description >The java 11 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java11</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore17</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.40 </version >
7
+ <version >1.41 </version >
8
8
<name >java 17 port of Underscore.js</name >
9
9
<description >The java 17 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java17</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore11</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.40 </version >
7
+ <version >1.41 </version >
8
8
<name >java 11 port of Underscore.js</name >
9
9
<description >The java 11 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java11</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore17</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.40 </version >
7
+ <version >1.41 </version >
8
8
<name >java 17 port of Underscore.js</name >
9
9
<description >The java 17 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java11</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore11</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.40 -SNAPSHOT</version >
7
+ <version >1.41 -SNAPSHOT</version >
8
8
<name >java 11 port of Underscore.js</name >
9
9
<description >The java 11 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java11</url >
You can’t perform that action at this time.
0 commit comments