Skip to content

Commit 034f0f3

Browse files
authored
Update SwiftSyntax. (#543)
1 parent 77a0763 commit 034f0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var dependencies: [Package.Dependency] = [
77
.package(url: "https://github.com/tadija/AEXML", from: "4.0.0"),
88
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
99
.package(name: "SwiftIndexStore", url: "https://github.com/kateinoigakukun/swift-indexstore", from: "0.0.0"),
10-
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("2c46bac26cdc05822bc47d2687dbbe559c4a3e0a"))
10+
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("a82041008d2c678a97407fbd0ce420d3ab047538"))
1111
]
1212

1313
#if os(macOS)

0 commit comments

Comments
 (0)