Bot won't compile without PR in XChange #32
Labels
No labels
blocked
breaking
bug
dependencies
duplicate
enhancement
good first issue
help wanted
question
tech debt
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scion/arbitrader#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current version of the bot in the
masterbranch has a dependency on a pull request I have open with knowm/XChange#2881 and won't compile right out of the box. Generally I will try to avoid this kind of situation and leave such changes in a branch, but in this case it happened before I had open sourced the project.To resolve this and compile the bot on your own, clone my fork scionaltera/XChange and switch to my branch
quoine-get-tickers. Runmvn clean installto compile, package and install the project in your own local maven repository, then the bot should be able to compile and run using your modified version of XChange.Dependency versions in master are all back down to 4.3.13 so everything should compile properly.