We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63aafc3 commit 2e12027Copy full SHA for 2e12027
1 file changed
Package.swift
@@ -37,7 +37,7 @@ let package = Package(
37
.plugin(name: "BridgeJSCommandPlugin", targets: ["BridgeJSCommandPlugin"]),
38
],
39
dependencies: [
40
- .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0")
+ .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"601.0.0")
41
42
targets: [
43
.target(
0 commit comments