Skip to content

Commit 597c2bb

Browse files
authored
feat(patch): Allow to use swift-syntax 603 (#37)
1 parent c0f1c48 commit 597c2bb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.resolved

Lines changed: 3 additions & 3 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
@@ -15,7 +15,7 @@ let package = Package(
1515
)
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0" ..< "603.0.0")
18+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0" ..< "604.0.0")
1919
],
2020
targets: [
2121
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)