File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.1.10 "
2+ kotlin(" jvm" ) version " 2.1.20 "
33 jacoco
44 id(" org.sonarqube" ) version " 5.1.0.4882"
55 id(" com.diffplug.spotless" ) version " 6.25.0"
@@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.1.10 " )
17+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.1.20 " )
1818 testImplementation(" org.junit.jupiter:junit-jupiter:[5.11.3,)" )
1919 testImplementation(" org.hamcrest:hamcrest-core:[3.0,)" )
2020 testImplementation(" org.zapodot:embedded-db-junit-jupiter:[2.2.0,)" )
@@ -27,7 +27,7 @@ tasks.test {
2727}
2828
2929group = " com.github.javadev"
30- version = " 1.34 -SNAPSHOT"
30+ version = " 1.35 -SNAPSHOT"
3131description = " leetcode-in-kotlin"
3232java.sourceCompatibility = JavaVersion .VERSION_17
3333java.targetCompatibility = JavaVersion .VERSION_17
You can’t perform that action at this time.
0 commit comments