diff --git a/build.gradle.kts b/build.gradle.kts index ea215bd..aa303ef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,9 +16,9 @@ tasks.withType { dependencies { implementation(kotlin("stdlib")) - implementation("io.arrow-kt:arrow-core:1.2.1") + implementation("io.arrow-kt:arrow-core:1.2.2") implementation("io.arrow-kt:arrow-optics:1.2.1") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1") testImplementation("io.kotest:kotest-property:5.8.0") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b1624c4..c7d437b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists