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 dbda7ee commit f355ab0Copy full SHA for f355ab0
build.gradle
@@ -23,6 +23,7 @@ targetCompatibility = JavaVersion.VERSION_21
23
repositories {
24
mavenCentral()
25
maven { url "https://artifacts.consensys.net/public/maven/maven/" }
26
+ mavenLocal()
27
}
28
29
dependencies {
gradle/versions.gradle
@@ -26,7 +26,7 @@ dependencyManagement {
dependency 'org.mockito:mockito-core:5.12.0'
dependency 'io.vertx:vertx-core:4.5.9'
- dependencySet(group: 'io.consensys.tuweni', version: '2.7.0') {
+ dependencySet(group: 'io.consensys.tuweni', version: '2.7.4-EXPERIMENTAL-SNAPSHOT') {
30
entry 'tuweni-bytes'
31
entry 'tuweni-crypto'
32
entry 'tuweni-rlp'
0 commit comments