mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
* Segregate key manager from wallet * More consistent naming in build.sbt, run scalafmt * Add test case making sure we don't overwrite a mnemonic seed * Add key-manager.md * Fix compile issues with older scala versions * Address code review
3 lines
93 B
Scala
3 lines
93 B
Scala
name := "bitcoin-s-key-manager"
|
|
|
|
libraryDependencies ++= Deps.keyManager(scalaVersion.value)
|