Skip to content

Commit 69861d1

Browse files
committed
release 5.0.1
Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com>
1 parent 57a59a7 commit 69861d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ class GreeterTest {
8383
mavenCentral()
8484
}
8585
86-
implementation "org.web3j:core:4.14.0"
87-
testCompile "org.web3j:web3j-unit:4.14.0"
86+
implementation "org.web3j:core:5.0.1"
87+
testCompile "org.web3j:web3j-unit:5.0.1"
8888
```
8989

9090
2. Create a new test with the `@EVMComposeTest` annotation.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.code.style=official
22
group=org.web3j
3-
version=4.14.1-SNAPSHOT
3+
version=5.0.1

0 commit comments

Comments
 (0)