Skip to content

Commit a106e10

Browse files
committed
release/4.12.0
Signed-off-by: Nischal Sharma <[email protected]>
1 parent bc408ad commit a106e10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You can find an example using docker-compose [here](https://github.com/web3j/web
2424
maven { url "https://dl.cloudsmith.io/public/consensys/quorum-mainnet-launcher/maven/" }
2525
}
2626
27-
implementation "org.web3j:core:4.11.3"
28-
testCompile "org.web3j:web3j-unit:4.11.3"
27+
implementation "org.web3j:core:4.12.0"
28+
testCompile "org.web3j:web3j-unit:4.12.0"
2929
```
3030

3131
2. Create a new test with the `@EVMTest` annotation. An embedded EVM is used by default. To use Geth or Besu pass the node type into the annotation: `@EVMTest(NodeType.GETH)` or `@EVMTest(NodeType.BESU)`

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.code.style=official
22
group=org.web3j
3-
version=4.12.0-SNAPSHOT
3+
version=4.12.0

0 commit comments

Comments
 (0)