bitcoin-s/eclair-rpc-test/eclair-rpc-test.sbt

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