Skip to content

Commit 32260f2

Browse files
authored
Upgrade swift-syntax to 602.0.0 (#77)
1 parent a2b1335 commit 32260f2

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
@@ -20,7 +20,7 @@ let package = Package(
2020
dependencies: [
2121
.package(
2222
url: "https://github.com/swiftlang/swift-syntax.git",
23-
exact: "600.0.0"
23+
from: "602.0.0"
2424
),
2525
],
2626
targets: [

0 commit comments

Comments
 (0)