We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733e34c commit 73f819bCopy full SHA for 73f819b
1 file changed
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
)
16
],
17
dependencies: [
18
- .package(url: "https://github.com/swiftlang/swift-syntax.git", "602.0.0" ..< "603.0.0")
+ .package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0" ..< "603.0.0")
19
20
targets: [
21
// Targets are the basic building blocks of a package, defining a module or a test suite.
0 commit comments