mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
8 lines
197 B
Scala
8 lines
197 B
Scala
Test / test := (Test / test dependsOn {
|
|
Projects.eclairRpc / TaskKeys.downloadEclair
|
|
}).value
|
|
|
|
Test / test := (Test / test dependsOn {
|
|
Projects.bitcoindRpc / TaskKeys.downloadBitcoind
|
|
}).value
|