File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 1.9.22 "
3- id(" io.kotest.multiplatform" ) version " 5.8.0 "
2+ kotlin(" jvm" ) version " 1.9.25 "
3+ id(" io.kotest.multiplatform" ) version " 5.9.1 "
44}
55
66group = " org.example"
@@ -16,15 +16,15 @@ tasks.withType<Test> {
1616
1717dependencies {
1818 implementation(kotlin(" stdlib" ))
19- implementation(" io.arrow-kt:arrow-core:1.2.1 " )
20- implementation(" io.arrow-kt:arrow-optics:1.2.1 " )
21- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 " )
22- implementation(" io.arrow-kt:arrow-fx-coroutines:1.2.1 " )
19+ implementation(" io.arrow-kt:arrow-core:1.2.4 " )
20+ implementation(" io.arrow-kt:arrow-optics:1.2.4 " )
21+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 " )
22+ implementation(" io.arrow-kt:arrow-fx-coroutines:1.2.4 " )
2323
24- testImplementation(" io.kotest:kotest-property:5.8.0 " )
25- testImplementation(" io.kotest:kotest-assertions-core:5.8.0 " )
24+ testImplementation(" io.kotest:kotest-property:5.9.1 " )
25+ testImplementation(" io.kotest:kotest-assertions-core:5.9.1 " )
2626 testImplementation(" io.kotest.extensions:kotest-assertions-arrow:1.4.0" )
2727 testImplementation(" io.kotest.extensions:kotest-property-arrow:1.4.0" ) // optional
2828 testImplementation(" io.kotest.extensions:kotest-property-arrow-optics:1.4.0" ) // optional
29- testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.8.0 " )
29+ testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.9.1 " )
3030}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.4 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments