Skip to content

Commit 9417f0e

Browse files
Merge pull request #419 from tayloraswift/enable-swiftsyntax-601
2 parents 15e9491 + 6752601 commit 9417f0e

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
@@ -28,7 +28,7 @@ let package = Package(
2828
.plugin(name: "BridgeJSCommandPlugin", targets: ["BridgeJSCommandPlugin"]),
2929
],
3030
dependencies: [
31-
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"601.0.0")
31+
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"602.0.0")
3232
],
3333
targets: [
3434
.target(

0 commit comments

Comments
 (0)