Updatet "sbt-akka-grpc" to 2.1.2

I have updated sbt-akka-grpc from 2.1.1 to 2.1.2.
At this time, there is no compile error, but when I make a request to the launched server with grpcurl, it fails.
Failed to process proto descriptor sets.: no descriptor found for "google/protobuf/wrappers.proto"

There is a difference in the proto.pb created at compile time between versions 2.1.1 and 2.1.2.
Also, this problem is resolved by upgrading the version of “google-common-protos” to 2.7.2.
However, I could not understand why this error occurs.