This repository was archived by the owner on May 26, 2021. It is now read-only.
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
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.22 </version>
28
+ <version>1.23 </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.22 '
37
+ compile 'com.github.javadev:underscore8:1.23 '
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.22 </version >
8
+ <version >1.23 </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 >
123
123
<dependency >
124
124
<groupId >org.awaitility</groupId >
125
125
<artifactId >awaitility</artifactId >
126
- <version >3.1.6 </version >
126
+ <version >4.0.2 </version >
127
127
<scope >test</scope >
128
128
</dependency >
129
129
</dependencies >
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.22 </version >
8
+ <version >1.23 </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 >
167
167
<dependency >
168
168
<groupId >org.awaitility</groupId >
169
169
<artifactId >awaitility</artifactId >
170
- <version >3.1.6 </version >
170
+ <version >4.0.2 </version >
171
171
<scope >test</scope >
172
172
</dependency >
173
173
</dependencies >
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.22 -SNAPSHOT</version >
8
+ <version >1.23 -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 >
210
210
<dependency >
211
211
<groupId >org.awaitility</groupId >
212
212
<artifactId >awaitility</artifactId >
213
- <version >3.1.6 </version >
213
+ <version >4.0.2 </version >
214
214
<scope >test</scope >
215
215
</dependency >
216
216
</dependencies >
You can’t perform that action at this time.
0 commit comments