File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
underscore-kotlin
2
2
=================
3
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore-kotlin.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore-kotlin/1.4 )
3
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore-kotlin.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore-kotlin/1.5 )
4
4
[ ![ Java CI with Maven] ( https://github.com/kotlindev/underscore-kotlin/actions/workflows/maven.yml/badge.svg )] ( https://github.com/kotlindev/underscore-kotlin/actions/workflows/maven.yml )
5
5
[ ![ javadoc] ( https://javadoc.io/badge2/com.github.javadev/underscore-kotlin/javadoc.svg )] ( https://javadoc.io/doc/com.github.javadev/underscore-kotlin )
6
6
@@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.github.javadev</groupId >
21
21
<artifactId >underscore-kotlin</artifactId >
22
- <version >1.4 </version >
22
+ <version >1.5 </version >
23
23
</dependency >
24
24
...
25
25
</dependencies >
@@ -28,7 +28,7 @@ To configure your Maven project, add the following code to your pom.xml file:
28
28
Gradle configuration:
29
29
30
30
``` groovy
31
- implementation 'com.github.javadev:underscore-kotlin:1.4 '
31
+ implementation 'com.github.javadev:underscore-kotlin:1.5 '
32
32
```
33
33
34
34
### Usage
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore-kotlin</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.4 </version >
7
+ <version >1.5 </version >
8
8
<name >kotlin port of Underscore.js</name >
9
9
<description >The kotlin port of Underscore.js</description >
10
10
<url >https://github.com/kotlindev/underscore-kotlin</url >
47
47
<dependency >
48
48
<groupId >org.junit.jupiter</groupId >
49
49
<artifactId >junit-jupiter-engine</artifactId >
50
- <version >[5.10.1 ,)</version >
50
+ <version >[5.10.2 ,)</version >
51
51
</dependency >
52
52
</dependencies >
53
53
</plugin >
241
241
<dependency >
242
242
<groupId >org.junit.jupiter</groupId >
243
243
<artifactId >junit-jupiter-api</artifactId >
244
- <version >[5.10.1 ,)</version >
244
+ <version >[5.10.2 ,)</version >
245
245
<scope >test</scope >
246
246
</dependency >
247
247
<dependency >
248
248
<groupId >org.junit.platform</groupId >
249
249
<artifactId >junit-platform-launcher</artifactId >
250
- <version >[1.10.1 ,)</version >
250
+ <version >[1.10.2 ,)</version >
251
251
<scope >test</scope >
252
252
</dependency >
253
253
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore-kotlin</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.4 -SNAPSHOT</version >
7
+ <version >1.5 -SNAPSHOT</version >
8
8
<name >kotlin port of Underscore.js</name >
9
9
<description >The kotlin port of Underscore.js</description >
10
10
<url >https://github.com/kotlindev/underscore-kotlin</url >
47
47
<dependency >
48
48
<groupId >org.junit.jupiter</groupId >
49
49
<artifactId >junit-jupiter-engine</artifactId >
50
- <version >[5.10.1 ,)</version >
50
+ <version >[5.10.2 ,)</version >
51
51
</dependency >
52
52
</dependencies >
53
53
</plugin >
198
198
<dependency >
199
199
<groupId >org.junit.jupiter</groupId >
200
200
<artifactId >junit-jupiter-api</artifactId >
201
- <version >[5.10.1 ,)</version >
201
+ <version >[5.10.2 ,)</version >
202
202
<scope >test</scope >
203
203
</dependency >
204
204
<dependency >
205
205
<groupId >org.junit.platform</groupId >
206
206
<artifactId >junit-platform-launcher</artifactId >
207
- <version >[1.10.1 ,)</version >
207
+ <version >[1.10.2 ,)</version >
208
208
<scope >test</scope >
209
209
</dependency >
210
210
<dependency >
You can’t perform that action at this time.
0 commit comments