Skip to content

Commit

Permalink
Revert "update version"
Browse files Browse the repository at this point in the history
This reverts commit 6ebc855.
  • Loading branch information
gtebrean committed Apr 20, 2023
1 parent 6ebc855 commit b73289f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ ext {
picocliVersion = '3.0.0'
// test dependencies
equalsverifierVersion = '3.5.5'
junitVersion = '5.9.2'
junitVersion = '5.5.2'
web3jUnitVersion = '4.9.7'
junitBenchmarkVersion = '0.7.2'
logbackVersion = '1.2.3'
mockitoJunitVersion = '5.2.0'
mockitoJunitVersion = '3.1.0'
junitPlatformLauncherVersion = '1.5.2'
}

Expand Down Expand Up @@ -96,7 +96,3 @@ allprojects {
configure(subprojects.findAll { it.name != 'integration-tests' }) {
apply from: "$rootDir/gradle/jacoco/build.gradle"
}

repositories {
mavenCentral()
}

0 comments on commit b73289f

Please sign in to comment.