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 57a59a7 commit 69861d1Copy full SHA for 69861d1
README.md
@@ -83,8 +83,8 @@ class GreeterTest {
83
mavenCentral()
84
}
85
86
- implementation "org.web3j:core:4.14.0"
87
- testCompile "org.web3j:web3j-unit:4.14.0"
+ implementation "org.web3j:core:5.0.1"
+ testCompile "org.web3j:web3j-unit:5.0.1"
88
```
89
90
2. Create a new test with the `@EVMComposeTest` annotation.
gradle.properties
@@ -1,3 +1,3 @@
1
kotlin.code.style=official
2
group=org.web3j
3
-version=4.14.1-SNAPSHOT
+version=5.0.1
0 commit comments