Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into eh/appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-ferreira07 committed Oct 12, 2021
2 parents 3cac406 + 98094ae commit 3cf22e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "Zip",
"repositoryURL": "https://github.com/marmelroy/Zip.git",
"repositoryURL": "https://github.com/LottieFiles/Zip.git",
"state": {
"branch": null,
"revision": "80b1c3005ee25b4c7ce46c4029ac3347e8d5e37e",
"version": "2.0.0"
"revision": "e16ccb1e0e772b280a2e177e2b6d4d99dd8f9419",
"version": "2.1.2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
targets: ["dotLottieLoader"]),
],
dependencies: [
.package(name: "Zip", url: "https://github.com/marmelroy/Zip.git", from: "2.0.0"),
.package(name: "Zip", url: "https://github.com/LottieFiles/Zip.git", from: "2.1.2"),
],
targets: [
.target(
Expand Down

0 comments on commit 3cf22e9

Please sign in to comment.