Skip to content

Commit e332ebd

Browse files
committed
build: Allow swift-syntax 6.2.0
1 parent 3ff42c3 commit e332ebd

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"..<"602.0.0")
40+
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0")
4141
],
4242
targets: [
4343
.target(

0 commit comments

Comments
 (0)