Skip to content

Commit 80124c7

Browse files
authored
Update dependencies and consume them from BCR (#835)
1 parent 453f75b commit 80124c7

File tree

6 files changed

+15
-43
lines changed

6 files changed

+15
-43
lines changed

BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ swift_library(
99
module_name = "SourceKittenFramework",
1010
srcs = ["//Source:SourceKittenFrameworkSources"],
1111
deps = [
12-
"@sourcekitten_com_github_drmohundro_SWXMLHash//:SWXMLHash",
13-
"@sourcekitten_com_github_jpsim_yams//:Yams",
12+
"@com_github_drmohundro_SWXMLHash//:SWXMLHash",
13+
"@com_github_jpsim_yams//:Yams",
1414
"//Source:SourceKit",
1515
"//Source:Clang_C"
1616
],
@@ -23,7 +23,7 @@ swift_binary(
2323
srcs = ["//Source:SourceKittenLibSources"],
2424
deps = [
2525
":SourceKittenFramework",
26-
"@sourcekitten_com_github_apple_swift_argument_parser//:ArgumentParser"
26+
"@com_github_apple_swift_argument_parser//:ArgumentParser"
2727
],
2828
defines = ["SWIFT_PACKAGE"],
2929
visibility = ["//visibility:public"]

MODULE.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ module(
44
compatibility_level = 1,
55
)
66

7-
bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True)
8-
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")
7+
bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
8+
bazel_dep(name = "apple_support", version = "1.15.1", repo_name = "build_bazel_apple_support")
99
bazel_dep(name = "rules_swift", version = "2.0.0", max_compatibility_level = 3, repo_name = "build_bazel_rules_swift")
10-
bazel_dep(name = "swift_argument_parser", version = "1.3.1.2", repo_name = "sourcekitten_com_github_apple_swift_argument_parser")
11-
bazel_dep(name = "swxmlhash", version = "7.0.2.2", repo_name = "sourcekitten_com_github_drmohundro_SWXMLHash")
12-
bazel_dep(name = "yams", version = "6.0.1", repo_name = "sourcekitten_com_github_jpsim_yams")
13-
bazel_dep(name = "rules_cc", version = "0.0.2")
10+
bazel_dep(name = "swift_argument_parser", version = "1.3.1.2", repo_name = "com_github_apple_swift_argument_parser")
11+
bazel_dep(name = "swxmlhash", version = "7.0.2.2", repo_name = "com_github_drmohundro_SWXMLHash")
12+
bazel_dep(name = "yams", version = "6.0.1", repo_name = "com_github_jpsim_yams")
13+
bazel_dep(name = "rules_cc", version = "0.0.9")
1414

1515
apple_cc_configure = use_extension("@build_bazel_apple_support//crosstool:setup.bzl", "apple_cc_configure_extension")
1616
use_repo(apple_cc_configure, "local_config_apple_cc")

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ let package = Package(
99
.library(name: "SourceKittenFramework", targets: ["SourceKittenFramework"])
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.1"),
12+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.1"),
1313
.package(url: "https://github.com/drmohundro/SWXMLHash.git", from: "7.0.2"),
14-
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.5"),
14+
.package(url: "https://github.com/jpsim/Yams.git", from: "6.0.1"),
1515
],
1616
targets: [
1717
.executableTarget(

bazel/SWXMLHash.BUILD

Lines changed: 0 additions & 11 deletions
This file was deleted.

bazel/SwiftArgumentParser.BUILD

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)