diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 446c645..035c3c2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: - name: Restore Gradle cache id: cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.3.2 with: path: | ~/.gradle/caches diff --git a/build.gradle.kts b/build.gradle.kts index 50d15bf..ffbbea6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { - kotlin("jvm") version "1.7.22" - id("io.kotest.multiplatform") version "5.5.4" - id("com.google.devtools.ksp") version "1.7.22-1.0.8" + kotlin("jvm") version "1.9.22" + id("io.kotest.multiplatform") version "5.8.0" + id("com.google.devtools.ksp") version "1.9.22-1.0.16" } group = "org.example" @@ -20,18 +20,18 @@ repositories { dependencies { implementation(kotlin("stdlib")) - implementation("io.arrow-kt:arrow-core:1.1.3") - implementation("io.arrow-kt:arrow-optics:1.1.3") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") - implementation("io.arrow-kt:arrow-fx-coroutines:1.1.3") - ksp("io.arrow-kt:arrow-optics-ksp-plugin:1.1.3") + implementation("io.arrow-kt:arrow-core:1.2.1") + implementation("io.arrow-kt:arrow-optics:1.2.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") + implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1") + ksp("io.arrow-kt:arrow-optics-ksp-plugin:1.2.1") - testImplementation("io.kotest:kotest-property:5.5.4") - testImplementation("io.kotest:kotest-assertions-core:5.5.4") - testImplementation("io.kotest.extensions:kotest-assertions-arrow:1.3.0") - testImplementation("io.kotest.extensions:kotest-property-arrow:1.3.0") // optional - testImplementation("io.kotest.extensions:kotest-property-arrow-optics:1.3.0") // optional - testImplementation("io.kotest:kotest-runner-junit5-jvm:5.5.4") + testImplementation("io.kotest:kotest-property:5.8.0") + testImplementation("io.kotest:kotest-assertions-core:5.8.0") + testImplementation("io.kotest.extensions:kotest-assertions-arrow:1.4.0") + testImplementation("io.kotest.extensions:kotest-property-arrow:1.4.0") // optional + testImplementation("io.kotest.extensions:kotest-property-arrow-optics:1.4.0") // optional + testImplementation("io.kotest:kotest-runner-junit5-jvm:5.8.0") } tasks.withType { diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 943f0cb..afba109 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f398c33..b1624c4 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-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists