Skip to content

Commit

Permalink
Update all dependencies (main) (#51)
Browse files Browse the repository at this point in the history
* Update all dependencies

| datasource  | package                                                         | from           | to      |
| ----------- | --------------------------------------------------------------- | -------------- | ------- |
| github-tags | actions/cache                                                   | v3.0.6         | v3.0.11 |
| maven       | io.kotest:kotest-runner-junit5-jvm                              | 5.4.1          | 5.5.4   |
| maven       | io.kotest:kotest-assertions-core                                | 5.4.1          | 5.5.4   |
| maven       | io.kotest:kotest-property                                       | 5.4.1          | 5.5.4   |
| maven       | io.arrow-kt:arrow-fx-coroutines                                 | 1.1.3-alpha.43 | 1.1.3   |
| maven       | io.arrow-kt:arrow-optics                                        | 1.1.3-alpha.43 | 1.1.3   |
| maven       | io.arrow-kt:arrow-core                                          | 1.1.3-alpha.43 | 1.1.3   |
| maven       | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin   | 5.4.1          | 5.5.4   |
| maven       | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.7.10         | 1.7.21  |

* update kotest arrow

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Imran Malic Settuba <[email protected]>
  • Loading branch information
renovate[bot] and i-walker authored Nov 29, 2022
1 parent 5f7f0a1 commit c20a161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/[email protected].6
uses: actions/[email protected].11
with:
path: |
~/.gradle/caches
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit c20a161

Please sign in to comment.