Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 2925292 commit e2cbbb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/exclude_files/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(

bazel_dep(
name = "cgrindel_bazel_starlib",
version = "0.21.0",
version = "0.22.0",
dev_dependency = True,
)

Expand Down
2 changes: 1 addition & 1 deletion examples/rules_swift_helpers/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(

bazel_dep(
name = "cgrindel_bazel_starlib",
version = "0.21.0",
version = "0.22.0",
dev_dependency = True,
)

Expand Down
2 changes: 1 addition & 1 deletion examples/simple/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(

bazel_dep(
name = "cgrindel_bazel_starlib",
version = "0.21.0",
version = "0.22.0",
dev_dependency = True,
)

Expand Down
4 changes: 2 additions & 2 deletions swifttidy/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def swifttidy_rules_dependencies():
maybe(
http_archive,
name = "cgrindel_bazel_starlib",
sha256 = "43e375213dabe0c3928e65412ea7ec16850db93285c8c6f8b0eaa41cacd0f882",
sha256 = "9d1bf18f859f16286cfe4157feb23beab6e79abe40620d0cb8f86fd0ba29e834",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.21.0/bazel-starlib.v0.21.0.tar.gz",
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.22.0/bazel-starlib.v0.22.0.tar.gz",
],
)

Expand Down

0 comments on commit e2cbbb7

Please sign in to comment.