From 82de42a1190810bc0229024e64fc0360ef48128a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:35:24 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | -------------- | --------------------------------------------- | ----- | ----- | | gradle-version | gradle | 7.6.3 | 7.6.4 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.7.3 | 1.8.0 | | maven | io.arrow-kt:arrow-core | 1.2.1 | 1.2.2 | --- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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