Skip to content

Commit

Permalink
build: remove hamcrest version from dependency version list (#17660)
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes authored Jan 31, 2025
1 parent 7ac5b3e commit ecbdcad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ dependencies.constraints {
api("org.eclipse.collections:eclipse-collections:$eclipseCollections") {
because("org.eclipse.collections.impl")
}
api("org.hamcrest:hamcrest:2.2") { because("org.hamcrest") }
api("org.hyperledger.besu:besu-datatypes:$besu") { because("org.hyperledger.besu.datatypes") }
api("org.hyperledger.besu:evm:$besu") { because("org.hyperledger.besu.evm") }
api("org.hyperledger.besu:secp256k1:0.8.2") {
Expand Down

0 comments on commit ecbdcad

Please sign in to comment.