Skip to content

Commit 2594201

Browse files
authored
fix: upgrade cgrindel_bazel_starlib to 0.27.0 for stable sort for deleted packages (#462)
1 parent abddfe4 commit 2594201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module(
66
bazel_dep(name = "bazel_skylib", version = "1.7.1")
77
bazel_dep(name = "rules_python", version = "0.40.0")
88
bazel_dep(name = "platforms", version = "0.0.10")
9-
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.21.0")
9+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.27.0")
1010
bazel_dep(name = "rules_shell", version = "0.3.0")
1111

1212
# not a direct dependency, but required here for bazel starlib's difftest macros to work

0 commit comments

Comments
 (0)