mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 22:25:41 +01:00
build.gradle: update Hamcrest to 2.2
This commit is contained in:
parent
acecf4fc25
commit
fe749281c6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ dependencies {
|
|||
testImplementation 'com.h2database:h2:1.3.176'
|
||||
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.7.2'
|
||||
testImplementation 'org.hamcrest:hamcrest-library:1.3'
|
||||
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
|
|
Loading…
Add table
Reference in a new issue