Skip to content

Commit

Permalink
Upgrade platforms to latest. Try to address toolchain resolution issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 4, 2023
1 parent 46d68b0 commit 2205738
Showing 1 changed file with 1 addition and 1 deletion.
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.2.1")
bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "platforms", version = "0.0.8")

bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True, repo_name = "io_bazel_stardoc")

Expand Down

0 comments on commit 2205738

Please sign in to comment.