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 11# Welcome to ethereumj
22
3- [ ![ Slack Status] ( http://harmony-slack-ether-camp.herokuapp.com/badge.svg )] ( http://ether.camp )
43[ ![ 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 )
54[ ![ Build Status] ( https://travis-ci.org/ethereum/ethereumj.svg?branch=master )] ( https://travis-ci.org/ethereum/ethereumj )
65[ ![ 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
1918 <dependency>
2019 <groupId>org.ethereum</groupId>
2120 <artifactId>ethereumj-core</artifactId>
22- <version>1.6.3 -RELEASE</version>
21+ <version>1.8.0 -RELEASE</version>
2322 </dependency>
2423```
2524
@@ -31,7 +30,7 @@ We keep EthereumJ as thin as possible. For [JSON-RPC](https://github.com/ethereu
3130 jcenter()
3231 maven { url "https://dl.bintray.com/ethereum/maven/" }
3332 }
34- compile "org.ethereum:ethereumj-core:1.6 .+"
33+ compile "org.ethereum:ethereumj-core:1.8 .+"
3534```
3635
3736As 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