Skip to content

Commit f7b2bf4

Browse files
chore(deps): update dependency pointfreeco/swift-macro-testing to from: "0.4.1" (#12)
1 parent 5803e48 commit f7b2bf4

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
@@ -21,7 +21,7 @@ let package = Package(
2121
dependencies: [
2222
// Depend on the Swift 5.9 release of SwiftSyntax
2323
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"),
24-
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"),
24+
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.1"),
2525
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
2626
],
2727
targets: [

0 commit comments

Comments
 (0)