File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Framework agnostic modular Java 17+ integration library for [ Ethereum blockchains] ( https://www.ethereum.org )
8
8
9
- - Latest Stable Version: 0.11 .0
10
- - Latest Snapshot Version: 0.12 .0-SNAPSHOT
9
+ - Latest Stable Version: 0.12 .0
10
+ - Latest Snapshot Version: 0.13 .0-SNAPSHOT
11
11
12
12
## Modules
13
13
85
85
<dependency >
86
86
<groupId >io.emeraldpay.etherjar</groupId >
87
87
<artifactId >etherjar-rpc-http</artifactId >
88
- <version >0.11 .0</version >
88
+ <version >0.12 .0</version >
89
89
</dependency >
90
90
```
91
91
@@ -99,7 +99,7 @@ repositories {
99
99
}
100
100
101
101
dependencies {
102
- implementation "io.emeraldpay.etherjar:etherjar-rpc-http:0.11 .0"
102
+ implementation "io.emeraldpay.etherjar:etherjar-rpc-http:0.12 .0"
103
103
}
104
104
```
105
105
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apply plugin: 'jacoco'
18
18
19
19
allprojects {
20
20
group = ' io.emeraldpay.etherjar'
21
- version = " 0.12.0-SNAPSHOT "
21
+ version = " 0.12.0"
22
22
23
23
repositories {
24
24
mavenLocal()
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ repositories {
8
8
9
9
dependencies {
10
10
11
- compile " io.emeraldpay.etherjar:etherjar-domain:0.11.0-SNAPSHOT "
12
- compile " io.emeraldpay.etherjar:etherjar-rpc-api:0.11.0-SNAPSHOT "
13
- compile " io.emeraldpay.etherjar:etherjar-rpc-http:0.11.0-SNAPSHOT "
14
- compile " io.emeraldpay.etherjar:etherjar-rlp:0.11.0-SNAPSHOT "
11
+ compile " io.emeraldpay.etherjar:etherjar-domain:0.12.0 "
12
+ compile " io.emeraldpay.etherjar:etherjar-rpc-api:0.12.0 "
13
+ compile " io.emeraldpay.etherjar:etherjar-rpc-http:0.12.0 "
14
+ compile " io.emeraldpay.etherjar:etherjar-rlp:0.12.0 "
15
15
16
16
}
You can’t perform that action at this time.
0 commit comments