Added appCommons to project aggregate so that it can get published (#1347)

This commit is contained in:
Nadav Kohen 2020-04-20 14:07:40 -06:00 committed by GitHub
parent 443137262b
commit 06db27af59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@ lazy val `bitcoin-s` = project
walletTest,
appServer,
appServerTest,
appCommons,
testkit,
zmq
)