Skip to content

Commit

Permalink
Bump Swift Syntax version to 5.4 for Xcode 12.5 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchang-bird authored Jul 8, 2021
1 parent a5033a6 commit 3e16150
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Mockingbird.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2751,7 +2751,7 @@
repositoryURL = "https://github.com/apple/swift-syntax.git";
requirement = {
kind = exactVersion;
version = 0.50300.0;
version = 0.50400.0;
};
};
287F852325194EF5007D135D /* XCRemoteSwiftPackageReference "SourceKitten" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"repositoryURL": "https://github.com/apple/swift-syntax.git",
"state": {
"branch": null,
"revision": "844574d683f53d0737a9c6d706c3ef31ed2955eb",
"version": "0.50300.0"
"revision": "2fff9fc25cdc059379b6bd309377cfab45d8520c",
"version": "0.50400.0"
}
},
{
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
// Keep this in sync with the Mockingbird.xcodeproj dependencies!
dependencies: [
.package(url: "https://github.com/apple/swift-package-manager.git", .exact("0.4.0")),
.package(url: "https://github.com/apple/swift-syntax.git", .exact("0.50300.0")),
.package(url: "https://github.com/apple/swift-syntax.git", .exact("0.50400.0")),
.package(url: "https://github.com/jpsim/SourceKitten.git", .exact("0.30.0")),
.package(url: "https://github.com/tuist/XcodeProj.git", .exact("7.14.0")),
.package(url: "https://github.com/weichsel/ZIPFoundation.git", .exact("0.9.11")),
Expand Down

0 comments on commit 3e16150

Please sign in to comment.