From 33493dee861c31ae592848281ba2ef7c966f498e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:24:29 +0000 Subject: [PATCH] Update dependency pointfreeco/swift-macro-testing to from: "0.5.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 8493795..c08213d 100644 --- a/Package.swift +++ b/Package.swift @@ -25,7 +25,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.1.2"), .package(url: "https://github.com/pointfreeco/swift-dependencies.git", from: "1.2.0"), .package(url: "https://github.com/pointfreeco/swiftui-navigation.git", from: "1.2.0"), - .package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.2"), + .package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.5.2"), .package(url: "https://github.com/google/swift-benchmark", from: "0.1.2"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"), .package(url: "https://github.com/pointfreeco/swift-concurrency-extras.git", from: "1.1.0")