File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.igorwojda.challenge.utils.TestUtils
33import org.gradle.api.tasks.testing.logging.TestExceptionFormat
44
55plugins {
6- kotlin(" jvm" ) version " 1.9.25 "
6+ kotlin(" jvm" ) version " 2.2.21 "
77 id(" com.adarshr.test-logger" ) version " 3.2.0"
88 id(" com.diffplug.spotless" ) version " 6.25.0"
99}
@@ -15,7 +15,7 @@ repositories {
1515dependencies {
1616 testImplementation(" org.junit.jupiter:junit-jupiter:5.14.0" )
1717 testImplementation(" org.amshove.kluent:kluent:1.73" )
18- testImplementation(" org.jetbrains.kotlin:kotlin-compiler:1.9.25 " )
18+ testImplementation(" org.jetbrains.kotlin:kotlin-compiler:2.2.21 " )
1919}
2020
2121tasks.test {
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ repositories {
99
1010
1111dependencies {
12- implementation(" org.jetbrains.kotlin:kotlin-compiler:1.9.25 " )
12+ implementation(" org.jetbrains.kotlin:kotlin-compiler:2.2.21 " )
1313}
Original file line number Diff line number Diff line change 11import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22
33plugins {
4- kotlin(" jvm" ) version " 1.9.25 "
4+ kotlin(" jvm" ) version " 2.2.21 "
55 id(" com.adarshr.test-logger" ) version " 3.2.0"
66 id(" com.diffplug.spotless" ) version " 6.25.0"
77}
You can’t perform that action at this time.
0 commit comments