Skip to content

Commit 927321a

Browse files
authored
Merge pull request #22 from GoodRequest/swift-syntax-new
fix: Migrate to new swift-syntax package
2 parents 7b03d2b + af09f3b commit 927321a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Package.resolved

Lines changed: 4 additions & 4 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
@@ -25,7 +25,7 @@ let package = Package(
2525
)
2626
],
2727
dependencies: [
28-
.package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "600.0.0"))
28+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0" ..< "603.0.0")
2929
],
3030
targets: [
3131
.target(

0 commit comments

Comments
 (0)