Skip to content

Commit 2e12027

Browse files
authored
Lower swift-syntax dependency range to 601
1 parent 63aafc3 commit 2e12027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let package = Package(
3737
.plugin(name: "BridgeJSCommandPlugin", targets: ["BridgeJSCommandPlugin"]),
3838
],
3939
dependencies: [
40-
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0")
40+
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"601.0.0")
4141
],
4242
targets: [
4343
.target(

0 commit comments

Comments
 (0)