Skip to content

Commit

Permalink
Use teku bls module (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe authored Mar 20, 2020
1 parent 7c3dd72 commit 0158b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bls-keystore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jar {
}

dependencies {
implementation 'tech.pegasys.teku.internal:util'
implementation 'tech.pegasys.teku.internal:bls'
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'org.bouncycastle:bcprov-jdk15on'
implementation 'com.google.guava:guava'
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ dependencyManagement {
dependency 'org.mockito:mockito-inline:3.2.4'
dependency 'org.mockito:mockito-junit-jupiter:3.2.4'

dependency 'tech.pegasys.teku.internal:util:0.8.2-SNAPSHOT'
dependency 'tech.pegasys.teku.internal:bls:0.8.2-SNAPSHOT'
}
}

0 comments on commit 0158b56

Please sign in to comment.