Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                                                             | from   | to     |
| ----------- | ----------------------------------------------------------------------------------- | ------ | ------ |
| github-tags | actions/cache                                                                       | v3.0.2 | v3.0.4 |
| maven       | io.kotest:kotest-assertions-core                                                    | 5.3.0  | 5.3.2  |
| maven       | io.kotest:kotest-framework-engine                                                   | 5.3.0  | 5.3.2  |
| maven       | io.kotest:kotest-property                                                           | 5.3.0  | 5.3.2  |
| maven       | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                       | 5.3.0  | 5.3.1  |
| maven       | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.6.21 | 1.7.0  |
  • Loading branch information
renovate[bot] authored Jun 25, 2022
1 parent cb53899 commit ffd5099
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
path: |
~/.gradle/caches
Expand Down
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.6.21" apply true
id("io.kotest.multiplatform") version "5.3.0" apply true
kotlin("multiplatform") version "1.7.0" apply true
id("io.kotest.multiplatform") version "5.3.1" apply true
id("io.arrow-kt.analysis.kotlin") version "2.0.2"
}

Expand Down Expand Up @@ -37,9 +37,9 @@ kotlin {
}
commonTest {
dependencies {
implementation("io.kotest:kotest-property:5.3.0")
implementation("io.kotest:kotest-framework-engine:5.3.0")
implementation("io.kotest:kotest-assertions-core:5.3.0")
implementation("io.kotest:kotest-property:5.3.2")
implementation("io.kotest:kotest-framework-engine:5.3.2")
implementation("io.kotest:kotest-assertions-core:5.3.2")
}
}
}
Expand Down

0 comments on commit ffd5099

Please sign in to comment.