Skip to content

Commit

Permalink
update flyingfox dep url source (#137)
Browse files Browse the repository at this point in the history
* update flyingfox dep url source

* bump to 0.16
  • Loading branch information
NicoHinderling authored Sep 4, 2024
1 parent 15737c9 commit 80dfe33
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 @@ -34,7 +34,7 @@ let package = Package(
targets: ["Snapshotting"]),
],
dependencies: [
.package(url: "https://github.com/EmergeTools/FlyingFox.git", exact: "1.0.0"),
.package(url: "https://github.com/swhitty/FlyingFox.git", exact: "0.16.0"),
.package(url: "https://github.com/EmergeTools/AccessibilitySnapshot.git", exact: "1.0.2"),
],
targets: [
Expand Down

0 comments on commit 80dfe33

Please sign in to comment.