Fix lnd build warning (#2899)

This commit is contained in:
Chris Stewart 2021-04-13 09:47:12 -05:00 committed by GitHub
parent 8b8d5dcc0e
commit be14de459e

View File

@ -10,7 +10,7 @@ CommonSettings.prodSettings
enablePlugins(AkkaGrpcPlugin)
// Disable deprecation warning otherwise protobuf deprecation warnings will cause errors
scalacOptions in Compile += {
Compile / scalacOptions += {
//Added to supress all of the deprecation warnings inside of the
//generated scala code by the grpc plugin. Two packages have deprecations
//inside of them, 'signrpc' and 'lnrpc'