Skip to content

Commit fcfdf03

Browse files
Update all dependencies to v0.12.0-rc.5 (#3102)
* 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]>
1 parent 94a89e7 commit fcfdf03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: ios and watchos tests
2929
uses: gradle/gradle-build-action@v2
3030
with:
31-
arguments: iosSimulatorArm64Test iosX64Test watchosSimulatorArm64Test watchosX64Test watchosX86Test --parallel --scan
31+
arguments: iosSimulatorArm64Test iosX64Test watchosSimulatorArm64Test watchosX64Test --parallel --scan
3232

3333
- name: Upload reports
3434
if: failure()

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
animalSniffer = "1.7.1"
3-
arrowGradleConfig = "0.12.0-rc.4"
3+
arrowGradleConfig = "0.12.0-rc.5"
44
assertj = "3.24.2"
55
coroutines = "1.7.2"
66
classgraph = "4.8.161"

0 commit comments

Comments
 (0)