We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f05e9 commit 0399e4cCopy full SHA for 0399e4c
test/build.gradle.kts
@@ -25,11 +25,7 @@ dependencies {
25
testImplementation("io.grpc:grpc-inprocess")
26
testImplementation("com.esaulpaugh:headlong")
27
testImplementation("com.google.guava:guava")
28
- // With 2.38.0, the SDK updated the headlong dependency from 10.0.0 to 12.1.0. Web3 is not ready
29
- // for that yet.
30
- testImplementation("com.hedera.hashgraph:sdk") {
31
- exclude(group = "com.esaulpaugh", module = "headlong")
32
- }
+ testImplementation("com.hedera.hashgraph:sdk")
33
testImplementation(project(":common")) {
34
exclude("com.hedera.hashgraph", "hedera-protobuf-java-api")
35
exclude("com.google.protobuf", "protobuf-java")
0 commit comments