Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent cbc90a1 commit 9286ad2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bazel_integration_test/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def bazel_integration_test_rules_dependencies():
maybe(
http_archive,
name = "cgrindel_bazel_starlib",
sha256 = "b9c88ac51ccaa0635621111308b85fdbb2606adb864596f9842aa5f7480cfe3a",
sha256 = "00b084e895146d2dc8c76437dd5f91a7203c7b46bb4edd1896d018b8795bc927",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.19.0/bazel-starlib.v0.19.0.tar.gz",
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.tar.gz",
],
)

Expand Down
2 changes: 1 addition & 1 deletion examples/custom_test_runner/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local_path_override(
)

bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.19.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(
name = "gazelle",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module(
version = "0.0.0",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.19.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
4 changes: 2 additions & 2 deletions examples/simple/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "b9c88ac51ccaa0635621111308b85fdbb2606adb864596f9842aa5f7480cfe3a",
sha256 = "00b084e895146d2dc8c76437dd5f91a7203c7b46bb4edd1896d018b8795bc927",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.19.0/bazel-starlib.v0.19.0.tar.gz",
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.tar.gz",
],
)

Expand Down

0 comments on commit 9286ad2

Please sign in to comment.