We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9056f2c commit a09c22bCopy full SHA for a09c22b
Package.swift
@@ -27,10 +27,10 @@ let package = Package(
27
.package(
28
url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
29
30
- url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.1"),
+ url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"),
31
32
url: "https://github.com/pointfreeco/swift-macro-testing.git",
33
- from: "0.5.2"),
+ from: "0.6.4"),
34
35
url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
36
],
0 commit comments