File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Include the following in your `pom.xml` for Maven:
38
38
<dependency >
39
39
<groupId >com.github.javadev</groupId >
40
40
<artifactId >underscore</artifactId >
41
- <version >1.77 </version >
41
+ <version >1.78 </version >
42
42
</dependency >
43
43
...
44
44
</dependencies >
@@ -47,7 +47,7 @@ Include the following in your `pom.xml` for Maven:
47
47
Gradle:
48
48
49
49
``` groovy
50
- implementation 'com.github.javadev:underscore:1.77 '
50
+ implementation 'com.github.javadev:underscore:1.78 '
51
51
```
52
52
53
53
### Usage
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.77 </version >
7
+ <version >1.78 </version >
8
8
<name >java port of Underscore.js</name >
9
9
<description >The java port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.77 </version >
7
+ <version >1.78 </version >
8
8
<name >java port of Underscore.js</name >
9
9
<description >The java port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.77 -SNAPSHOT</version >
7
+ <version >1.78 -SNAPSHOT</version >
8
8
<name >java port of Underscore.js</name >
9
9
<description >The java port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments