We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a89e7 commit fcfdf03Copy full SHA for fcfdf03
.github/workflows/pull_request.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: ios and watchos tests
29
uses: gradle/gradle-build-action@v2
30
with:
31
- arguments: iosSimulatorArm64Test iosX64Test watchosSimulatorArm64Test watchosX64Test watchosX86Test --parallel --scan
+ arguments: iosSimulatorArm64Test iosX64Test watchosSimulatorArm64Test watchosX64Test --parallel --scan
32
33
- name: Upload reports
34
if: failure()
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
animalSniffer = "1.7.1"
3
-arrowGradleConfig = "0.12.0-rc.4"
+arrowGradleConfig = "0.12.0-rc.5"
4
assertj = "3.24.2"
5
coroutines = "1.7.2"
6
classgraph = "4.8.161"
0 commit comments