lerna-stack / akka-entity-replication

Akka extension for fast recovery from failure with replicating stateful entity on multiple nodes in Cluster
Apache License 2.0
30 stars 1 forks source link

Update sbt-protoc version for build on Mac M1 arm #185

Open chcyang opened 2 years ago

chcyang commented 2 years ago

Update sbt-protoc version for build on Mac M1 arm low sbt-protoc version related ScalaPB will make it can't build on Mac M1, version up for fix it. Reference1 Reference2