You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependency version and documentation updates broken out from bazel-contrib#1710.
- Bazel: 7.5.0 => 7.6.0
- gRPC: 2.53.0 => 2.54.1
- Guava: 33.4.0-jre => 33.4.4-jre
- Scalafmt: 3.9.2 => 3.9.4
- `com-google-protobuf:protobuf-java`: 4.30.0 => 4.30.1
- `org.scala-sbt:util-interface`: 1.10.10 => 1.10.11
The documentation updates include:
- Minor editing updates and typo fixes
- The new "Removal of `bind()` aliases for `twitter_scrooge`
dependencies" section of `README.md`
The Guava 33.4.4-jre update introduces a new dependency on
`org.jspecify:jspecify:1.0.0`. 33.4.5-jre changes Guava to be a Java
module, but that release currently has problems, so we're sticking with
34.4.4-jre until that 34.4.6-jre release. The Guava v33.4.1 release
message contains all the details.
- https://jspecify.dev/
- https://dev.java/learn/modules/intro/
- https://github.com/google/guava/releases/tag/v33.4.1
- "./test_rules_scala.sh || buildkite-agent annotate --style 'warning' \"Optional build with latest Bazel version failed, [see here](${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}) (It is not mandatory but worth checking)\""
42
+
- "./test_rules_scala.sh || buildkite-agent annotate --style 'warning' \"Optional build with last_rc Bazel version failed, [see here](${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}) (It is not mandatory but worth checking)\""
42
43
test_rules_scala_macos:
43
44
name: "./test_rules_scala"
44
45
platform: macos
@@ -53,16 +54,16 @@ tasks:
53
54
- "set PATH=/usr/bin;%PATH%"#Make sure bash uses msys commands over windows commands. (i.e. find).
0 commit comments