Skip to content

Commit

Permalink
new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gtebrean committed Jul 21, 2022
1 parent f56dbf5 commit 424be4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j
version=4.9.3-SNAPSHOT
version=4.9.4-SNAPSHOT
2 changes: 1 addition & 1 deletion integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation "ch.qos.logback:logback-core:$logbackVersion"
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
testImplementation "com.carrotsearch:junit-benchmarks:$junitBenchmarkVersion"
testImplementation('org.web3j:web3j-unit:4.9.2') {
testImplementation('org.web3j:web3j-unit:4.9.3') {
// We dont want to pull the web3j version from unit
exclude group: 'org.web3j'
}
Expand Down

0 comments on commit 424be4e

Please sign in to comment.