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 @@ -39,7 +39,7 @@ Include the following in your `pom.xml` for Maven:
39
39
<dependency>
40
40
<groupId>com.github.javadev</groupId>
41
41
<artifactId>underscore</artifactId>
42
- <version>1.45 </version>
42
+ <version>1.46 </version>
43
43
</dependency>
44
44
...
45
45
</dependencies>
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
48
48
Gradle:
49
49
50
50
``` groovy
51
- compile 'com.github.javadev:underscore:1.45 '
51
+ compile 'com.github.javadev:underscore:1.46 '
52
52
```
53
53
54
54
### Usage
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.45 </version >
8
+ <version >1.46 </version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.45 </version >
8
+ <version >1.46 </version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.45 -SNAPSHOT</version >
8
+ <version >1.46 -SNAPSHOT</version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments