diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 991ab54..446c645 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.6 + uses: actions/cache@v3.0.11 with: path: | ~/.gradle/caches diff --git a/build.gradle.kts b/build.gradle.kts index 95c63a5..caa6cb6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,8 +23,8 @@ dependencies { 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.2.5") - testImplementation("io.kotest.extensions:kotest-property-arrow:1.2.5") // optional - testImplementation("io.kotest.extensions:kotest-property-arrow-optics:1.2.5") // optional + 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") }