mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-04 02:54:00 +01:00
8 lines
147 B
Text
8 lines
147 B
Text
|
name := "bitcoin-s-server"
|
||
|
|
||
|
// Ensure actor system is shut down
|
||
|
// when server is quit
|
||
|
Compile / fork := true
|
||
|
|
||
|
libraryDependencies ++= Deps.server
|