Skip to content

Commit

Permalink
Bump SwiftSyntax to latest release (realm#3907)
Browse files Browse the repository at this point in the history
Fixes realm#3906

Going from 0.50600.0 to 0.50600.1
  • Loading branch information
jpsim authored and coffmark committed Apr 11, 2022
1 parent c161ea0 commit d218bda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
{
"package": "SwiftSyntax",
"repositoryURL": "https://github.com/apple/swift-syntax",
"repositoryURL": "https://github.com/apple/swift-syntax.git",
"state": {
"branch": "0.50600.0",
"revision": "0467d94e8123071e8e6c24039aadb405318f1838",
"version": null
"branch": null,
"revision": "0b6c22b97f8e9320bca62e82cdbee601cf37ad3f",
"version": "0.50600.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let package = Package(
dependencies: [
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.3")),
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git",
.revision(swiftSyntaxFiveDotSix ? "0467d94e8123071e8e6c24039aadb405318f1838" : "cf40be70deaf4ce7d44eb1a7e14299c391e2363f")),
.exact(swiftSyntaxFiveDotSix ? "0.50600.1" : "0.50500.0")),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.32.0"),
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.2"),
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
Expand Down

0 comments on commit d218bda

Please sign in to comment.