Skip to content

Commit f7c6f29

Browse files
authored
Upgrade dependencies (#56)
Upgrade rules_bazel_integration_test to 0.7.0 Upgrade bazel-skylib to 1.2.1 Upgrade bazel-starlib to 0.7.0
1 parent b161176 commit f7c6f29

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
5353

5454
http_archive(
5555
name = "contrib_rules_bazel_integration_test",
56-
sha256 = "ab9bbf776b5874f8a02f639fec2fbb3e3eefa4403cf861ae00d7c7e4d757f9ff",
57-
strip_prefix = "rules_bazel_integration_test-0.6.2",
56+
sha256 = "24e5e8f388bec2da0975cfda6073ed0174a4f62cb874b5dc8037c98faa6acdfd",
57+
strip_prefix = "rules_bazel_integration_test-0.7.0",
5858
urls = [
59-
"http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.6.2.tar.gz",
59+
"http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.7.0.tar.gz",
6060
],
6161
)
6262

swiftformat/deps.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ def swiftformat_rules_dependencies():
99
http_archive,
1010
name = "bazel_skylib",
1111
urls = [
12-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
13-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
12+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
13+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
1414
],
15-
sha256 = "c6966ec828da198c5d9adbaa94c05e3a1c7f21bd012a0b29ba8ddbccb2c93b0d",
15+
sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728",
1616
)
1717

1818
maybe(
1919
http_archive,
2020
name = "cgrindel_bazel_starlib",
21-
sha256 = "8ac3e45dc237121283d70506497ec39feb5092af9a57bfe34f7abf4a6bd2ebaa",
22-
strip_prefix = "bazel-starlib-0.6.0",
21+
sha256 = "f61c83d78754ce3abe562fbac54b3a055e4c80c209f5de7938f1773312fe2cfe",
22+
strip_prefix = "bazel-starlib-0.7.0",
2323
urls = [
24-
"http://github.com/cgrindel/bazel-starlib/archive/v0.6.0.tar.gz",
24+
"http://github.com/cgrindel/bazel-starlib/archive/v0.7.0.tar.gz",
2525
],
2626
)
2727

0 commit comments

Comments
 (0)