Skip to content

Commit 1c1e7e3

Browse files
Update dependency io.kotest:kotest-framework-multiplatform-plugin-gradle to v6
1 parent 8975db5 commit 1c1e7e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kotlinx-kover = "0.6.1" # https://github.com/Kotlin/kotlinx-kov
1515

1616
okio = "3.9.1" # https://search.maven.org/artifact/com.squareup.okio/okio
1717

18-
kotest = "5.9.1" # https://github.com/kotest/kotest/releases
18+
kotest = "6.0.0-LOCAL" # https://github.com/kotest/kotest/releases
1919

2020
kotlinProcess = "1.5" # https://github.com/pgreze/kotlin-process/releases
2121

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)