Skip to content

Commit

Permalink
Update all dependencies to v0.12.0-rc.5 (arrow-kt#3102)
Browse files Browse the repository at this point in the history
* Update all dependencies to v0.12.0-rc.5

| datasource | package                                                                                             | from        | to          |
| ---------- | --------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| maven      | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin | 0.12.0-rc.4 | 0.12.0-rc.5 |
| maven      | io.arrow-kt.arrow-gradle-config-publish:io.arrow-kt.arrow-gradle-config-publish.gradle.plugin       | 0.12.0-rc.4 | 0.12.0-rc.5 |
| maven      | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin           | 0.12.0-rc.4 | 0.12.0-rc.5 |
| maven      | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin         | 0.12.0-rc.4 | 0.12.0-rc.5 |
| maven      | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin   | 0.12.0-rc.4 | 0.12.0-rc.5 |

* Update CI

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Vergauwen <[email protected]>
  • Loading branch information
2 people authored and kyay10 committed Aug 18, 2023
1 parent c731321 commit e8ff48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: ios and watchos tests
uses: gradle/gradle-build-action@v2
with:
arguments: iosSimulatorArm64Test iosX64Test watchosSimulatorArm64Test watchosX64Test watchosX86Test --parallel --scan
arguments: iosSimulatorArm64Test iosX64Test watchosSimulatorArm64Test watchosX64Test --parallel --scan

- name: Upload reports
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
animalSniffer = "1.7.1"
arrowGradleConfig = "0.12.0-rc.4"
arrowGradleConfig = "0.12.0-rc.5"
assertj = "3.24.2"
coroutines = "1.7.2"
classgraph = "4.8.161"
Expand Down

0 comments on commit e8ff48e

Please sign in to comment.