Skip to content

Commit a09c22b

Browse files
Bump swift-syntax to 602.0.0 and swift-macro-testing to match. (#38)
1 parent 9056f2c commit a09c22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ let package = Package(
2727
.package(
2828
url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
2929
.package(
30-
url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.1"),
30+
url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"),
3131
.package(
3232
url: "https://github.com/pointfreeco/swift-macro-testing.git",
33-
from: "0.5.2"),
33+
from: "0.6.4"),
3434
.package(
3535
url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
3636
],

0 commit comments

Comments
 (0)