We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb1148 commit b3c7872Copy full SHA for b3c7872
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
description 'Web3j-evm extension'
14
15
ext {
16
- web3jVersion = '4.12.4-SNAPSHOT'
+ web3jVersion = '4.13.0'
17
log4jVersion = '2.23.1'
18
guavaVersion = '33.2.0-jre'
19
jacksonVersion = '2.10.0'
gradle.properties
@@ -1,3 +1,3 @@
1
kotlin.code.style=official
2
group=org.web3j
3
-version=4.12.4-SNAPSHOT
+version=4.13.0
0 commit comments