Skip to content

Commit

Permalink
Bump rules_swift to 1.5.1
Browse files Browse the repository at this point in the history
rules_swift

fix

fix
  • Loading branch information
BalestraPatrick committed Jan 13, 2023
1 parent f8e87a3 commit 1ee9b45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module(
compatibility_level = 1,
)
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_swift", version = "1.5.0", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "rules_swift", version = "1.5.1", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "rules_apple", version = "2.0.0", repo_name = "build_bazel_rules_apple")

non_module_deps = use_extension("//xcodeproj:extensions.bzl", "non_module_deps")
Expand Down
4 changes: 2 additions & 2 deletions examples/cc/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ bazel_dep(name = "rules_swift", repo_name = "build_bazel_rules_swift", version =
bazel_dep(name = "examples_cc_external", version = "0.0.1")

local_path_override(
module_name = "rules_xcodeproj",
path = "../.."
module_name = "rules_xcodeproj",
path = "../.."
)

local_path_override(
Expand Down
4 changes: 2 additions & 2 deletions xcodeproj/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def xcodeproj_rules_dependencies(
_maybe(
http_archive,
name = "build_bazel_rules_swift",
sha256 = "32f95dbe6a88eb298aaa790f05065434f32a662c65ec0a6aabdaf6881e4f169f",
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.5.0/rules_swift.1.5.0.tar.gz",
sha256 = "84e2cc1c9e3593ae2c0aa4c773bceeb63c2d04c02a74a6e30c1961684d235593",
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.5.1/rules_swift.1.5.1.tar.gz",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit 1ee9b45

Please sign in to comment.