Skip to content

Commit

Permalink
Merge pull request #111 from aherrmann/renovate/platforms-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency platforms to v0.0.8
  • Loading branch information
aherrmann authored Nov 26, 2023
2 parents a1731bb + 9fdd8fe commit af7a00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "platforms", version = "0.0.8")

zig = use_extension("//zig:extensions.bzl", "zig")
zig.toolchain(zig_version = "0.11.0")
Expand Down
2 changes: 1 addition & 1 deletion e2e/workspace/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bazel_dep(name = "rules_zig", version = "0.0.0", dev_dependency = True)
bazel_dep(name = "bazel_skylib", version = "1.3.0", dev_dependency = True)
bazel_dep(name = "platforms", version = "0.0.6", dev_dependency = True)
bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True)

local_path_override(
module_name = "rules_zig",
Expand Down

0 comments on commit af7a00c

Please sign in to comment.