Skip to content

Commit

Permalink
chore(deps): update buildifier_prebuilt for CI to succeed on Windows (#…
Browse files Browse the repository at this point in the history
…87)

Signed-off-by: Gavin Zhao <[email protected]>
  • Loading branch information
GZGavinZhao authored Oct 5, 2023
1 parent c738bfb commit d0ecc95
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 @@ -12,7 +12,7 @@ bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "gazelle", version = "0.29.0", dev_dependency = True, repo_name = "bazel_gazelle")
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.4.1", dev_dependency = True)
bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.0", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)

mylang = use_extension("//mylang:extensions.bzl", "mylang")
mylang.toolchain(mylang_version = "1.14.2")
Expand Down

0 comments on commit d0ecc95

Please sign in to comment.