File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" jvm" ) version " 1.9.10 "
2
+ kotlin(" jvm" ) version " 1.9.20 "
3
3
jacoco
4
4
id(" org.sonarqube" ) version " 4.3.0.3225"
5
5
id(" com.diffplug.spotless" ) version " 6.12.0"
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>1.9.10 </kotlin .version>
30
+ <kotlin .version>1.9.20 </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>1.9.10 </kotlin .version>
29
+ <kotlin .version>1.9.20 </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