We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327bec7 commit 3fe3155Copy full SHA for 3fe3155
Package.swift
@@ -21,7 +21,7 @@ let package = Package(
21
dependencies: [
22
// Depend on the Swift 5.9 release of SwiftSyntax
23
.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.2"),
+ .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.5.0"),
25
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
26
],
27
targets: [
0 commit comments