Skip to content

Commit e806773

Browse files
committed
Update README for protobuf v30.0
1 parent 86dc099 commit e806773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,13 @@ package of your repository, add the following to your `MODULE.bazel`:
260260
# protocolbuffers/protobuf#19679.
261261
bazel_dep(
262262
name = "protobuf",
263-
version = "29.3",
263+
version = "30.0",
264264
repo_name = "com_google_protobuf",
265265
)
266266

267267
single_version_override(
268268
module_name = "protobuf",
269-
version = "29.3",
269+
version = "30.0",
270270
patches = ["//:protobuf.patch"],
271271
patch_strip = 1,
272272
)
@@ -391,7 +391,7 @@ maximum available at the time of writing.
391391
| :-: | :-: |
392392
| Bazel versions using Bzlmod<br/>(Coming soon! See bazelbuild/rules_scala#1482.) | 7.5.0, 8.x,<br/>`rolling`, `last_green` |
393393
| Bazel versions using `WORKSPACE` | 6.5.0, 7.5.0, 8.x<br/>(see the [notes on 6.5.0 compatibility](#6.5.0)) |
394-
| `protobuf` | v29.3 |
394+
| `protobuf` | v30.0 |
395395
| `abseil-cpp` | 20250127.0 |
396396
| `rules_java` | 8.10.0 |
397397
| `ScalaPB` | 1.0.0-alpha.1 |

0 commit comments

Comments
 (0)