Skip to content

Commit

Permalink
Bump kotlin.version from 2.0.0-RC1 to 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 9c273a8 commit b83c690
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 "2.0.0-RC1"
kotlin("jvm") version "2.0.0-RC2"
jacoco
id("org.sonarqube") version "5.0.0.4638"
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>2.0.0-RC1</kotlin.version>
<kotlin.version>2.0.0-RC2</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>2.0.0-RC1</kotlin.version>
<kotlin.version>2.0.0-RC2</kotlin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<ciManagement>
Expand Down

0 comments on commit b83c690

Please sign in to comment.