From a50959148207fa7d7d0aeaa3014389e20e090e9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:58:25 +0000 Subject: [PATCH] chore(deps): update dependency pointfreeco/swift-macro-testing to from: "0.4.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9f75e95..4822710 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ let package = Package( dependencies: [ // Depend on the Swift 5.9 release of SwiftSyntax .package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"), - .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.1"), + .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.2"), .package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0") ], targets: [