Skip to content

Commit 1d07875

Browse files
authored
Fix long for financial fields (#48)
* fix: long instead of int for financial fields, uncommented plaid tests * version-bump-0.2.2 * ci upload artifact version bump
1 parent b1c3dcd commit 1d07875

File tree

829 files changed

+1594
-1453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

829 files changed

+1594
-1453
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Store reports
3535
if: failure()
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: reports
3939
path: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add this dependency to your project's POM:
2525
<dependency>
2626
<groupId>co.unit</groupId>
2727
<artifactId>java-sdk</artifactId>
28-
<version>0.2.1</version>
28+
<version>0.2.2</version>
2929
</dependency>
3030
</dependencies>
3131
```

0 commit comments

Comments
 (0)