Skip to content

Commit

Permalink
merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rizer1980 committed Jun 8, 2024
2 parents 4e9dc7c + 4e94695 commit 69ef48d
Show file tree
Hide file tree
Showing 185 changed files with 3,568 additions and 1,839 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The following list of authors was automatically generated from the XChange proje

git log --format='%aN' | sort -u


AGP-PC\AliGökalp
Aaron Jang
AbstractBike
Expand Down Expand Up @@ -80,6 +79,7 @@ Cray Imperative
Cristian Lucaci
Cryptonit Exchange
Cyril
Damiano Derin
Daniel
Daniel Cohen
Daniela Hajnikova
Expand Down Expand Up @@ -174,6 +174,7 @@ Jianzhong Chen
Jim Northrup
Joakim Johansson
Joe Zhou
Johan Lindkvist
Johannes Zweng
John Bergqvist
Jonathan Heusser
Expand All @@ -182,6 +183,8 @@ Jonathan Tse
Jonny Heggheim
Joseph Marcilla
Josua Troesch
Juan
Juan Fernandez
Julian Liebl
Juliusz Choinski
Jure Grabnar
Expand Down Expand Up @@ -567,6 +570,7 @@ stevenuray
straumat
suchac
swiesend
sydowma
taoruifu
tbosman
theluckysuccess
Expand All @@ -593,4 +597,4 @@ ww3456
yalevokhin
zholmes
陈晔
小田謙太郎
小田謙太郎
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ Add the following dependencies in your pom.xml file. You will need at least xcha
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-core</artifactId>
<version>5.1.1</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-XYZ</artifactId>
<version>5.1.1</version>
<version>5.2.0</version>
</dependency>
```

Expand All @@ -163,7 +163,7 @@ If it is available for your exchange, you may also want to use the streaming API
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-stream-XYZ</artifactId>
<version>5.1.1</version>
<version>5.2.0</version>
</dependency>
```

Expand All @@ -179,7 +179,7 @@ For snapshots, add the following repository to your pom.xml file.

The current snapshot version is:

5.1.2-SNAPSHOT
5.2.1-SNAPSHOT

## Building with Maven

Expand All @@ -193,6 +193,7 @@ generate dependency tree | `mvn dependency:tree`
check for dependency updates | `mvn versions:display-dependency-updates`
check for plugin updates | `mvn versions:display-plugin-updates`
code format | `mvn com.spotify.fmt:fmt-maven-plugin:format`
pom format/organize | `mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort`

## Bugs

Expand Down
Loading

0 comments on commit 69ef48d

Please sign in to comment.