2019-08-27 17:48:48 +02:00
|
|
|
name := "bitcoin-s-bitcoind-rpc-test"
|
|
|
|
|
|
|
|
libraryDependencies ++= Deps.bitcoindRpcTest(scalaVersion.value)
|
|
|
|
|
2019-08-30 22:11:52 +02:00
|
|
|
Test / test := (Test / test dependsOn {
|
|
|
|
Projects.bitcoindRpc / TaskKeys.downloadBitcoind
|
|
|
|
}).value
|