Skip to content

Commit

Permalink
Upgrade dev version of skylib to 1.5.0 (MobileNativeFoundation#2729)
Browse files Browse the repository at this point in the history
No impact on users, just for better test coverage.

Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones authored Nov 14, 2023
1 parent 7d4bd3a commit d91b0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ single_version_override(
# For Stardoc
single_version_override(
module_name = "bazel_skylib",
version = "1.4.2",
version = "1.5.0",
)

apple_cc_configure = use_extension(
Expand Down
2 changes: 1 addition & 1 deletion examples/integration/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bazel_dep(
version = "1.12.0",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(
name = "examples_cc_external",
version = "0.0.1",
Expand Down

0 comments on commit d91b0ca

Please sign in to comment.