Skip to content

Commit a86c616

Browse files
committed
Update swift-syntax dependency range
1 parent 6d09c52 commit a86c616

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
@@ -177,7 +177,7 @@ let package = Package(
177177
),
178178
.package(url: "https://github.com/google/app-check.git",
179179
"11.0.1" ..< "12.0.0"),
180-
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0" ..< "601.0.0"),
180+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0" ..< "603.0.0"),
181181
],
182182
targets: [
183183
.target(

0 commit comments

Comments
 (0)