Skip to content

Commit 1084c65

Browse files
committed
chore(deps) bump bazel-skylib
Fixes #3113
1 parent 57a4372 commit 1084c65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ END_UNRELEASED_TEMPLATE
5454

5555
{#v0-0-0-changed}
5656
### Changed
57+
* (deps) Upgraded to `bazel-skylib` version
58+
[1.8.1](https://github.com/bazelbuild/bazel-skylib/releases/tag/1.8.1)
59+
to remove deprecation warnings.
5760
* (gazelle) For package mode, resolve dependencies when imports are relative
5861
to the package path. This is enabled via the
5962
`# gazelle:experimental_allow_relative_imports` true directive ({gh-issue}`2203`).

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module(
55
)
66

77
bazel_dep(name = "bazel_features", version = "1.21.0")
8-
bazel_dep(name = "bazel_skylib", version = "1.7.1")
8+
bazel_dep(name = "bazel_skylib", version = "1.8.1")
99
bazel_dep(name = "rules_cc", version = "0.0.16")
1010
bazel_dep(name = "platforms", version = "0.0.11")
1111

0 commit comments

Comments
 (0)