Skip to content

Commit 338957b

Browse files
committed
update deps
1 parent 57f1f97 commit 338957b

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
@@ -19,7 +19,7 @@ let package = Package(
1919
),
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/apple/swift-syntax.git", exact: "510.0.2"),
22+
.package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "600.0.1")),
2323
],
2424
targets: [
2525
.macro(

0 commit comments

Comments
 (0)