Skip to content

Commit 2d63d9d

Browse files
Update dependency pointfreeco/swift-macro-testing to v0.2.2
1 parent f3b4eee commit 2d63d9d

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
@@ -25,7 +25,7 @@ let package = Package(
2525
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", exact: "1.0.0"),
2626
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", exact: "1.0.0"),
2727
.package(url: "https://github.com/pointfreeco/swiftui-navigation.git", exact: "1.0.2"),
28-
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", exact: "0.1.0"),
28+
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", exact: "0.2.2"),
2929
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.2"),
3030
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
3131
],

0 commit comments

Comments
 (0)