Skip to content

Commit

Permalink
chore(deps): update dependency pointfreeco/swift-macro-testing to fro…
Browse files Browse the repository at this point in the history
…m: "0.5.1" (#15)
  • Loading branch information
renovate[bot] committed Jul 13, 2024
1 parent 3fe3155 commit 7f98bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.5.1"),
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
],
targets: [
Expand Down

0 comments on commit 7f98bdb

Please sign in to comment.