Skip to content

Commit

Permalink
Update tuweni library.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-ry4n committed Oct 14, 2024
1 parent 1e2170e commit 0c2b146
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ repositories {
}

dependencies {
implementation 'org.apache.tuweni:tuweni-bytes'
implementation 'org.apache.tuweni:tuweni-crypto'
implementation 'org.apache.tuweni:tuweni-rlp'
implementation 'org.apache.tuweni:tuweni-units'
implementation 'io.vertx:vertx-core'
implementation 'io.tmio:tuweni-bytes'
implementation 'io.tmio:tuweni-crypto'
implementation 'io.tmio:tuweni-rlp'
implementation 'io.tmio:tuweni-units'
implementation 'org.bouncycastle:bcprov-jdk18on'

implementation 'com.google.guava:guava'
Expand Down
3 changes: 2 additions & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencyManagement {
dependency 'org.assertj:assertj-core:3.26.0'
dependency 'org.mockito:mockito-core:5.12.0'

dependencySet(group: 'org.apache.tuweni', version: '2.3.1') {
dependency 'io.vertx:vertx-core:4.5.9'
dependencySet(group: 'io.tmio', version: '2.4.2') {
entry 'tuweni-bytes'
entry 'tuweni-crypto'
entry 'tuweni-rlp'
Expand Down

0 comments on commit 0c2b146

Please sign in to comment.