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

Commit ce3b41a

Browse files
committed
Update version in README to 1.9.0
1 parent 1935318 commit ce3b41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We keep EthereumJ as thin as possible. For [JSON-RPC](https://github.com/ethereu
1818
<dependency>
1919
<groupId>org.ethereum</groupId>
2020
<artifactId>ethereumj-core</artifactId>
21-
<version>1.8.1-RELEASE</version>
21+
<version>1.9.0-RELEASE</version>
2222
</dependency>
2323
```
2424

@@ -30,7 +30,7 @@ We keep EthereumJ as thin as possible. For [JSON-RPC](https://github.com/ethereu
3030
jcenter()
3131
maven { url "https://dl.bintray.com/ethereum/maven/" }
3232
}
33-
implementation "org.ethereum:ethereumj-core:1.8.+"
33+
implementation "org.ethereum:ethereumj-core:1.9.+"
3434
```
3535

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

0 commit comments

Comments
 (0)