Skip to content

Commit

Permalink
Merge pull request #5 from fireblade-engine/renovate/pointfreeco-swif…
Browse files Browse the repository at this point in the history
…t-snapshot-testing-1.x

Update dependency pointfreeco/swift-snapshot-testing to from: "1.11.0"
  • Loading branch information
ctreffs authored Apr 21, 2023
2 parents c066f2b + 5b99f3c commit 53fda4b
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 @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/ctreffs/GraphViz.git", .branch("master")),
.package(url: "https://github.com/davecom/SwiftGraph.git", from: "3.1.0"),
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.7.2")
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.0")
],
targets: [
.target(
Expand Down

0 comments on commit 53fda4b

Please sign in to comment.