Skip to content

Commit 5d79163

Browse files
Update dependency pointfreeco/swift-macro-testing to from: "0.6.1"
1 parent 22a2d37 commit 5d79163

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", from: "1.1.2"),
2626
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", from: "1.3.9"),
2727
.package(url: "https://github.com/pointfreeco/swiftui-navigation.git", from: "1.2.0"),
28-
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.2"),
28+
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.6.1"),
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.3.0"),
3131
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras.git", from: "1.1.0")

0 commit comments

Comments
 (0)