Skip to content

Commit 87de8af

Browse files
authored
Version 1.11
1 parent a859925 commit 87de8af

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
underscore-kotlin
22
=================
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.10)
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.11)
44
[![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)
55
[![javadoc](https://javadoc.io/badge2/com.github.javadev/underscore-kotlin/javadoc.svg)](https://javadoc.io/doc/com.github.javadev/underscore-kotlin)
66

77

88
Requirements
99
============
1010

11-
Koltin 1.9, [Java 11 and later](https://github.com/javadev/underscore-java) or [Java 17](https://github.com/javadev/underscore-java17)
11+
Koltin 2.1, [Java 11 and later](https://github.com/javadev/underscore-java) or [Java 17](https://github.com/javadev/underscore-java17)
1212

1313
## Installation
1414

@@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file:
1919
<dependency>
2020
<groupId>com.github.javadev</groupId>
2121
<artifactId>underscore-kotlin</artifactId>
22-
<version>1.10</version>
22+
<version>1.11</version>
2323
</dependency>
2424
...
2525
</dependencies>
@@ -28,7 +28,7 @@ To configure your Maven project, add the following code to your pom.xml file:
2828
Gradle configuration:
2929

3030
```groovy
31-
implementation 'com.github.javadev:underscore-kotlin:1.10'
31+
implementation 'com.github.javadev:underscore-kotlin:1.11'
3232
```
3333

3434
### Usage

pom-central.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore-kotlin</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.10</version>
7+
<version>1.11</version>
88
<name>kotlin port of Underscore.js</name>
99
<description>The kotlin port of Underscore.js</description>
1010
<url>https://github.com/kotlindev/underscore-kotlin</url>
@@ -27,7 +27,7 @@
2727
</scm>
2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<kotlin.version>2.1.0</kotlin.version>
30+
<kotlin.version>2.1.20</kotlin.version>
3131
</properties>
3232
<ciManagement>
3333
<system>GitHub Actions</system>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.junit.jupiter</groupId>
4949
<artifactId>junit-jupiter-engine</artifactId>
50-
<version>[5.11.3,)</version>
50+
<version>[5.12.0,)</version>
5151
</dependency>
5252
</dependencies>
5353
</plugin>
@@ -244,13 +244,13 @@
244244
<dependency>
245245
<groupId>org.junit.jupiter</groupId>
246246
<artifactId>junit-jupiter-api</artifactId>
247-
<version>[5.11.3,)</version>
247+
<version>[5.12.0,)</version>
248248
<scope>test</scope>
249249
</dependency>
250250
<dependency>
251251
<groupId>org.junit.platform</groupId>
252252
<artifactId>junit-platform-launcher</artifactId>
253-
<version>[1.11.3,)</version>
253+
<version>[1.12.0,)</version>
254254
<scope>test</scope>
255255
</dependency>
256256
<dependency>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore-kotlin</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.10-SNAPSHOT</version>
7+
<version>1.11-SNAPSHOT</version>
88
<name>kotlin port of Underscore.js</name>
99
<description>The kotlin port of Underscore.js</description>
1010
<url>https://github.com/kotlindev/underscore-kotlin</url>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.junit.jupiter</groupId>
4949
<artifactId>junit-jupiter-engine</artifactId>
50-
<version>[5.11.3,)</version>
50+
<version>[5.12.0,)</version>
5151
</dependency>
5252
</dependencies>
5353
</plugin>
@@ -198,13 +198,13 @@
198198
<dependency>
199199
<groupId>org.junit.jupiter</groupId>
200200
<artifactId>junit-jupiter-api</artifactId>
201-
<version>[5.11.3,)</version>
201+
<version>[5.12.0,)</version>
202202
<scope>test</scope>
203203
</dependency>
204204
<dependency>
205205
<groupId>org.junit.platform</groupId>
206206
<artifactId>junit-platform-launcher</artifactId>
207-
<version>[1.11.3,)</version>
207+
<version>[1.12.0,)</version>
208208
<scope>test</scope>
209209
</dependency>
210210
<dependency>

0 commit comments

Comments
 (0)