Skip to content

Commit b7b13a1

Browse files
committed
Update Package.swift
1 parent c56386c commit b7b13a1

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
@@ -17,7 +17,7 @@ let package = Package(
1717
),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2"),
20+
.package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "509.0.2")),
2121
],
2222
targets: [
2323
.macro(

0 commit comments

Comments
 (0)