Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

chore(deps): update dependency cgrindel_bazel_starlib to v0.9.0 #197

Merged
merged 1 commit into from
Nov 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions spm/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def spm_rules_dependencies():
maybe(
http_archive,
name = "cgrindel_bazel_starlib",
sha256 = "3a3b3a5e9b0f63e8a9a193a66bc588c1f2fb2873562be68f2026adb815eea06f",
strip_prefix = "bazel-starlib-0.8.0",
sha256 = "42a496dddbc089c68cd72b1f20dfe6acf474c53043dafe230ec887f617c0c252",
strip_prefix = "bazel-starlib-0.9.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.8.0.tar.gz",
"http://github.com/cgrindel/bazel-starlib/archive/v0.9.0.tar.gz",
],
)

Expand Down