Bazel support: Update platforms to 0.0.11 (#4400)

This commit is contained in:
Vertexwahn
2025-03-30 08:36:25 -07:00
committed by GitHub
parent 204661287b
commit d5d32c1e81
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ The [Bazel Central Registry](https://github.com/bazelbuild/bazel-central-registr
For instance, to use {fmt} add to your `MODULE.bazel` file:
```
bazel_dep(name = "fmt", version = "10.2.1")
bazel_dep(name = "fmt", version = "11.1.4")
```
### Live at head