Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent d0e51c3 commit 312a355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bazel_integration_test/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def bazel_integration_test_rules_dependencies():
maybe(
http_archive,
name = "cgrindel_bazel_starlib",
sha256 = "ee95cf5c67d0061c9680ed6dee9f1aa9c1c6cb88b0e792d2aa622033672f6a21",
sha256 = "2ff9249c4ade6dac5c2ebe9a43807f3b57f8ade6e3738d9ac2944f1cc61defb7",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.24.0/bazel-starlib.v0.24.0.tar.gz",
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.25.0/bazel-starlib.v0.25.0.tar.gz",
],
)

Expand Down
4 changes: 2 additions & 2 deletions examples/simple/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ rules_shell_toolchains()

http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "ee95cf5c67d0061c9680ed6dee9f1aa9c1c6cb88b0e792d2aa622033672f6a21",
sha256 = "2ff9249c4ade6dac5c2ebe9a43807f3b57f8ade6e3738d9ac2944f1cc61defb7",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.24.0/bazel-starlib.v0.24.0.tar.gz",
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.25.0/bazel-starlib.v0.25.0.tar.gz",
],
)

Expand Down

0 comments on commit 312a355

Please sign in to comment.