File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Add this dependency to your project's POM:
3232<dependency >
3333 <groupId >com.fireblocks.sdk</groupId >
3434 <artifactId >fireblocks-sdk</artifactId >
35- <version >11.2 .0</version >
35+ <version >0.0 .0</version >
3636 <scope >compile</scope >
3737</dependency >
3838```
@@ -42,7 +42,7 @@ Add this dependency to your project's POM:
4242Add this dependency to your project's build file:
4343
4444``` groovy
45- compile "com.fireblocks.sdk:fireblocks-sdk:11.2 .0"
45+ compile "com.fireblocks.sdk:fireblocks-sdk:0.0 .0"
4646```
4747
4848### Others
@@ -55,7 +55,7 @@ mvn clean package
5555
5656Then manually install the following JARs:
5757
58- - ` target/fireblocks-sdk-11.2 .0.jar `
58+ - ` target/fireblocks-sdk-0.0 .0.jar `
5959- ` target/lib/*.jar `
6060
6161
You can’t perform that action at this time.
0 commit comments