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 df32a66 commit 253c109Copy full SHA for 253c109
1 file changed
Package.swift
@@ -40,7 +40,7 @@ let package = Package(
40
.plugin(name: "BridgeJSCommandPlugin", targets: ["BridgeJSCommandPlugin"]),
41
],
42
dependencies: [
43
- .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"..<"604.0.0")
44
45
targets: [
46
.target(
0 commit comments