Skip to content

Commit

Permalink
Kotlin 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Aug 7, 2024
1 parent 7e4890c commit c270496
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "2.0.0"
kotlin("jvm") version "2.0.10"
jacoco
id("org.sonarqube") version "5.1.0.4882"
id("com.diffplug.spotless") version "6.12.0"
Expand All @@ -14,7 +14,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.10")
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.3,)")
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.2.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</kotlin.version>
<kotlin.version>2.0.10</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</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<ciManagement>
Expand Down

0 comments on commit c270496

Please sign in to comment.