mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
WORKSPACE: include latst build_bazel_rules_swift
This commit is contained in:
parent
b3cd878dfe
commit
7d62dcc422
1 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,12 @@ load(
|
|||
|
||||
apple_rules_dependencies()
|
||||
|
||||
http_archive(
|
||||
name = "build_bazel_rules_swift",
|
||||
sha256 = "28a66ff5d97500f0304f4e8945d936fe0584e0d5b7a6f83258298007a93190ba",
|
||||
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.13.0/rules_swift.1.13.0.tar.gz",
|
||||
)
|
||||
|
||||
load(
|
||||
"@build_bazel_rules_swift//swift:repositories.bzl",
|
||||
"swift_rules_dependencies",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue