Skip to content

Commit 73f819b

Browse files
fix(minor): fix swift syntax version bump (#31)
1 parent 733e34c commit 73f819b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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", "602.0.0" ..< "603.0.0")
18+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0" ..< "603.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)