We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589bd48 commit 6961a06Copy full SHA for 6961a06
turtle/build.gradle.kts
@@ -10,9 +10,9 @@ plugins {
10
}
11
12
dependencies {
13
- implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.20")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.0")
14
15
- testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.20")
+ testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.2.0")
16
testImplementation("io.mockk:mockk:1.14.4")
17
18
0 commit comments