Skip to content

Commit 80eb0bc

Browse files
committed
Update swift-syntax dependency to 509.0.0.
1 parent a882faf commit 80eb0bc

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
@@ -154,7 +154,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
154154
),
155155
.package(
156156
url: "https://github.com/apple/swift-syntax.git",
157-
branch: "release/5.9"
157+
from: "509.0.0"
158158
),
159159
]
160160
} else {

0 commit comments

Comments
 (0)