Skip to content

Commit 221a6ff

Browse files
authored
Merge pull request #6 from CuriositySoftware/swift_syntax_version
SwiftSyntax version specification changed to upToNextMajor
2 parents 7fc8c67 + b7b13a1 commit 221a6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
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)