Skip to content

Commit 402f99b

Browse files
authored
Version 1.6
1 parent 2855c34 commit 402f99b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.5)
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.6)
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

@@ -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.5</version>
22+
<version>1.6</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.5'
31+
implementation 'com.github.javadev:underscore-kotlin:1.6'
3232
```
3333

3434
### Usage

pom-central.xml

Lines changed: 4 additions & 4 deletions
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.5</version>
7+
<version>1.6</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>1.9.22</kotlin.version>
30+
<kotlin.version>1.9.23</kotlin.version>
3131
</properties>
3232
<ciManagement>
3333
<system>GitHub Actions</system>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-compiler-plugin</artifactId>
124-
<version>3.11.0</version>
124+
<version>3.13.0</version>
125125
<executions>
126126
<execution>
127127
<id>default-compile</id>
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.jetbrains.dokka</groupId>
175175
<artifactId>dokka-maven-plugin</artifactId>
176-
<version>1.9.10</version>
176+
<version>1.9.20</version>
177177
<executions>
178178
<execution>
179179
<phase>prepare-package</phase>

pom.xml

Lines changed: 1 addition & 1 deletion
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.5-SNAPSHOT</version>
7+
<version>1.6-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>

0 commit comments

Comments
 (0)