This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Welcome to ethereumj
2
2
3
- [ ![ Slack Status] ( http://harmony-slack-ether-camp.herokuapp.com/badge.svg )] ( http://ether.camp )
4
3
[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/ethereum/ethereumj?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
5
4
[ ![ Build Status] ( https://travis-ci.org/ethereum/ethereumj.svg?branch=master )] ( https://travis-ci.org/ethereum/ethereumj )
6
5
[ ![ Coverage Status] ( https://coveralls.io/repos/ethereum/ethereumj/badge.png?branch=master )] ( https://coveralls.io/r/ethereum/ethereumj?branch=master )
@@ -19,7 +18,7 @@ We keep EthereumJ as thin as possible. For [JSON-RPC](https://github.com/ethereu
19
18
<dependency>
20
19
<groupId>org.ethereum</groupId>
21
20
<artifactId>ethereumj-core</artifactId>
22
- <version>1.6.3 -RELEASE</version>
21
+ <version>1.8.0 -RELEASE</version>
23
22
</dependency>
24
23
```
25
24
@@ -31,7 +30,7 @@ We keep EthereumJ as thin as possible. For [JSON-RPC](https://github.com/ethereu
31
30
jcenter()
32
31
maven { url "https://dl.bintray.com/ethereum/maven/" }
33
32
}
34
- compile "org.ethereum:ethereumj-core:1.6 .+"
33
+ compile "org.ethereum:ethereumj-core:1.8 .+"
35
34
```
36
35
37
36
As a starting point for your own project take a look at https://github.com/ether-camp/ethereumj.starter
You can’t perform that action at this time.
0 commit comments