Skip to content

Commit 3e83c22

Browse files
authored
Kotlin 1.9.10
1 parent 2371e5f commit 3e83c22

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.9.0"
2+
kotlin("jvm") version "1.9.10"
33
jacoco
44
id("org.sonarqube") version "4.3.0.3225"
55
id("com.diffplug.spotless") version "6.12.0"

pom-central.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
2828
</scm>
2929
<properties>
30-
<kotlin.version>1.9.0</kotlin.version>
30+
<kotlin.version>1.9.10</kotlin.version>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
</properties>
3333
<ciManagement>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.jetbrains.dokka</groupId>
111111
<artifactId>dokka-maven-plugin</artifactId>
112-
<version>1.8.20</version>
112+
<version>1.9.0</version>
113113
<executions>
114114
<execution>
115115
<phase>prepare-package</phase>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
2727
</scm>
2828
<properties>
29-
<kotlin.version>1.9.0</kotlin.version>
29+
<kotlin.version>1.9.10</kotlin.version>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
</properties>
3232
<ciManagement>

0 commit comments

Comments
 (0)