Skip to content

Commit

Permalink
Kotlin 1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Dec 1, 2023
1 parent 7725a9b commit 4d5a6d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.20"
kotlin("jvm") version "1.9.21"
jacoco
id("org.sonarqube") version "4.3.0.3225"
id("com.diffplug.spotless") version "6.12.0"
Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
</scm>
<properties>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<ciManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
</scm>
<properties>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<ciManagement>
Expand Down

0 comments on commit 4d5a6d3

Please sign in to comment.