Skip to content

Commit c48ed9b

Browse files
committed
Fix build by bumping deps
Bump jsonnet and jsonnet_go to fix the transitive error fo CCInfo being used by old rules_go. While I'm here bump skylib too.
1 parent 4e40cb0 commit c48ed9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module(
33
version = "0.7.2",
44
)
55

6-
bazel_dep(name = "bazel_skylib", version = "1.8.1")
7-
bazel_dep(name = "jsonnet", version = "0.21.0")
8-
bazel_dep(name = "jsonnet_go", version = "0.21.0")
6+
bazel_dep(name = "bazel_skylib", version = "1.8.2")
7+
bazel_dep(name = "jsonnet", version = "0.22.0")
8+
bazel_dep(name = "jsonnet_go", version = "0.22.0")
99
bazel_dep(name = "rules_python", version = "1.7.0")
1010
bazel_dep(name = "rules_rust", version = "0.68.1")
1111

0 commit comments

Comments
 (0)