We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad51f6 commit 669993dCopy full SHA for 669993d
README.md
@@ -18,14 +18,14 @@ Maven:
18
<dependency>
19
<groupId>org.web3j</groupId>
20
<artifactId>web3j-spring-boot-starter</artifactId>
21
- <version>1.5.0</version>
+ <version>1.6.0</version>
22
</dependency>
23
```
24
25
Gradle:
26
27
```groovy
28
-compile ('org.web3j:web3j-spring-boot-starter:1.5.0')
+compile ('org.web3j:web3j-spring-boot-starter:1.6.0')
29
30
31
Now Spring can inject web3j instances for you where ever you need them:
build.gradle
@@ -23,7 +23,7 @@ apply plugin: 'idea'
apply plugin: 'io.codearte.nexus-staging'
group 'org.web3j'
-version '1.5.0'
+version '1.6.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8
0 commit comments