mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
8 lines
205 B
Scala
8 lines
205 B
Scala
name := "bitcoin-s-bitcoind-rpc-test"
|
|
|
|
libraryDependencies ++= Deps.bitcoindRpcTest(scalaVersion.value)
|
|
|
|
Test / test := (Test / test dependsOn {
|
|
Projects.bitcoindRpc / TaskKeys.downloadBitcoind
|
|
}).value
|