Skip to content

Commit

Permalink
chore(deps): update dependency vadymmarkov/fakery to from: "5.1.0" (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent ef69b30 commit 6854f59
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 @@ -22,7 +22,7 @@ let package = Package(
// Depend on the Swift 5.9 release of SwiftSyntax
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.1.1"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.3.0"),
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.0.0")
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 6854f59

Please sign in to comment.