Skip to content

Commit

Permalink
Update version in README to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Oct 12, 2018
1 parent 1935318 commit ce3b41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We keep EthereumJ as thin as possible. For [JSON-RPC](https://github.com/ethereu
<dependency>
<groupId>org.ethereum</groupId>
<artifactId>ethereumj-core</artifactId>
<version>1.8.1-RELEASE</version>
<version>1.9.0-RELEASE</version>
</dependency>
```

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

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

0 comments on commit ce3b41a

Please sign in to comment.