Skip to content

Commit c606366

Browse files
committed
Update to 5.7 from the point of Xcode 14 RC 1
It's unlikely anything changes at this point until 5.7 is official.
1 parent 9b09d0c commit c606366

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def swift_syntax_deps():
1414

1515
http_archive(
1616
name = "StaticInternalSwiftSyntaxParser",
17-
url = "https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.7-beta5-fix/lib_InternalSwiftSyntaxParser.xcframework.zip",
18-
sha256 = "272468a50ae7d479b78ed924d677510c73fa872ebb55fe39e031f29d38a3c8d6",
17+
url = "https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.7/lib_InternalSwiftSyntaxParser.xcframework.zip",
18+
sha256 = "99803975d10b2664fc37cc223a39b4e37fe3c79d3d6a2c44432007206d49db15",
1919
build_file_content = """
2020
load("@build_bazel_rules_apple//apple:apple.bzl", "apple_static_framework_import")
2121
@@ -33,7 +33,7 @@ apple_static_framework_import(
3333
http_archive(
3434
name = "com_github_keith_swift_syntax",
3535
build_file = "@com_github_keith_swift_syntax_bazel//:SwiftSyntax.BUILD",
36-
sha256 = "bb9b5bb3a169f1fd6a3a025ac19b22c88060ef3bfe3d41aa349f330f5cb5f310",
37-
strip_prefix = "swift-syntax-swift-5.7-DEVELOPMENT-SNAPSHOT-2022-08-02-a",
38-
url = "https://github.com/apple/swift-syntax/archive/refs/tags/swift-5.7-DEVELOPMENT-SNAPSHOT-2022-08-02-a.tar.gz",
36+
sha256 = "d652af27b8a986d8fe4967292839374e06e3a962382318eaf00e0278746b6a41",
37+
strip_prefix = "swift-syntax-swift-5.7-DEVELOPMENT-SNAPSHOT-2022-08-30-a",
38+
url = "https://github.com/apple/swift-syntax/archive/refs/tags/swift-5.7-DEVELOPMENT-SNAPSHOT-2022-08-30-a.tar.gz",
3939
)

0 commit comments

Comments
 (0)