Skip to content

Commit 6961a06

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib from 2.1.20 to 2.2.0 (#283)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 589bd48 commit 6961a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turtle/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ plugins {
1010
}
1111

1212
dependencies {
13-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.20")
13+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.0")
1414

15-
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.20")
15+
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.2.0")
1616
testImplementation("io.mockk:mockk:1.14.4")
1717
}
1818

0 commit comments

Comments
 (0)