File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Sequence Java SDK changelog
22
3- ## 2 (201803?? )
3+ ## 2-rc1 (20180411 )
44
55* Removed all deprecated code.
66* Added ` Stats#ledgerType ` .
77
8- ## 1.5.2 (201803?? )
8+ ## 1.5.2 (20180327 )
99
1010* The ` assetTags ` , ` sourceAccountTags ` , and ` destinationAccountTags ` properties
1111 on ` ActionSum ` have been deprecated; the new property is ` snapshot ` .
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add the following to your `pom.xml`:
1414<dependency >
1515 <groupId >com.seq</groupId >
1616 <artifactId >sequence-sdk</artifactId >
17- <version >[1.5.1,2 )</version >
17+ <version >[2,3 )</version >
1818</dependency >
1919```
2020
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.seq</groupId >
77 <artifactId >sequence-sdk</artifactId >
8- <version >1.5.1 </version >
8+ <version >2-rc1 </version >
99 <packaging >jar</packaging >
1010
1111 <name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments