File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,17 +102,17 @@ Add the following dependencies in your pom.xml file. You will need at least xcha
102
102
<dependency>
103
103
<groupId>org.knowm.xchange</groupId>
104
104
<artifactId>xchange-core</artifactId>
105
- <version>4.3.2 </version>
105
+ <version>4.3.3 </version>
106
106
</dependency>
107
107
<dependency>
108
108
<groupId>org.knowm.xchange</groupId>
109
109
<artifactId>xchange-examples</artifactId>
110
- <version>4.3.2 </version>
110
+ <version>4.3.3 </version>
111
111
</dependency>
112
112
<dependency>
113
113
<groupId>org.knowm.xchange</groupId>
114
114
<artifactId>xchange-XYZ</artifactId>
115
- <version>4.3.2 </version>
115
+ <version>4.3.3 </version>
116
116
</dependency>
117
117
118
118
For snapshots, add the following repository to your pom.xml file.
@@ -125,7 +125,7 @@ For snapshots, add the following repository to your pom.xml file.
125
125
126
126
The current snapshot version is:
127
127
128
- 4.3.3 -SNAPSHOT
128
+ 4.3.4 -SNAPSHOT
129
129
130
130
## Building with Maven
131
131
You can’t perform that action at this time.
0 commit comments