Commit 0160d13
committed
bazel: Solve grpc-java problem
flatbuffers depends on an older grpc-java version, which breaks the
`bazel mod deps` command.
The easiest way is to depend on the version with the fix, eventhough we
have no other direct dependency. This way, the bigger version gets
selected.
In addition, we ensure that this will not break again.1 parent 0f71546 commit 0160d13
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
0 commit comments