Skip to content

Commit f47b21b

Browse files
authored
Broaden SwiftSyntax dependency. (pointfreeco#32)
1 parent 71657e2 commit f47b21b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Package.resolved

Lines changed: 9 additions & 9 deletions
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
@@ -35,7 +35,7 @@ let package = Package(
3535
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.6.0"),
3636
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.1"),
3737
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.5.2"),
38-
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"601.0.0"),
38+
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"602.0.0"),
3939
],
4040
targets: [
4141
.target(

0 commit comments

Comments
 (0)