File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" jvm" ) version " 2.0.0-RC3 "
2
+ kotlin(" jvm" ) version " 2.0.0"
3
3
jacoco
4
4
id(" org.sonarqube" ) version " 5.0.0.4638"
5
5
id(" com.diffplug.spotless" ) version " 6.12.0"
@@ -14,7 +14,7 @@ repositories {
14
14
}
15
15
16
16
dependencies {
17
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.0-RC1 " )
17
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.0" )
18
18
testImplementation(" org.junit.jupiter:junit-jupiter:[5.10.2,)" )
19
19
testImplementation(" org.hamcrest:hamcrest-core:[2.2,)" )
20
20
testImplementation(" org.zapodot:embedded-db-junit-jupiter:[2.1.1,)" )
Original file line number Diff line number Diff line change 27
27
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
28
28
</scm >
29
29
<properties >
30
- <kotlin .version>2.0.0-RC3 </kotlin .version>
30
+ <kotlin .version>2.0.0</kotlin .version>
31
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32
32
</properties >
33
33
<ciManagement >
Original file line number Diff line number Diff line change 26
26
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
27
27
</scm >
28
28
<properties >
29
- <kotlin .version>2.0.0-RC3 </kotlin .version>
29
+ <kotlin .version>2.0.0</kotlin .version>
30
30
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
31
</properties >
32
32
<ciManagement >
You can’t perform that action at this time.
0 commit comments