mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
* Upgrade rules_scala 7.1.5, Scala 3.7.4, protobuf 32.1 - Update rules_scala from 7.1.1 to 7.1.5 - Update Scala from 3.7.2 to 3.7.4 - Update protobuf from 29.2 to 32.1 (required by rules_scala 7.1.5+) - Add force_version for Maven dependency conflicts (gson, errorprone, guava) - Update -Wconf pattern in tools/BUILD.bazel for Bazel 7/8 compatibility - Add -Wno-deprecated-copy-with-dtor to suppress protobuf 32.x warning Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add grpc 1.76.0, protobuf 33.0, and Bazel 7.7.1 compatibility fixes - Upgrade grpc from 1.71.0 to 1.76.0.bcr.1 (required for protobuf 33.0) - Upgrade protobuf from 32.1 to 33.0 (matches grpc 1.76.0 expectations) - Upgrade Bazel from 7.6.1 to 7.7.1 - Add single_version_override for rules_swift 3.1.2 (grpc needs 3.x, rules_apple needs 2.x) - Add --features=-module_maps workaround for grpc cf_event_engine macOS build issue Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>