Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit aa6e7d8

Browse files
authored
Update README.md
1 parent 7a4341d commit aa6e7d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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

3736
As a starting point for your own project take a look at https://github.com/ether-camp/ethereumj.starter

0 commit comments

Comments
 (0)