Skip to content

Commit

Permalink
chore(deps): update dependency ziparchive/ziparchive to v2.6.0 (#531)
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 Feb 3, 2025
1 parent 5cb7596 commit 010da0f
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/ionic-team/capacitor-swift-pm.git", branch: "main"),
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.10.2")),
.package(url: "https://github.com/ZipArchive/ZipArchive.git", exact: "2.4.3"),
.package(url: "https://github.com/ZipArchive/ZipArchive.git", exact: "2.6.0"),
.package(url: "https://github.com/mrackwitz/Version.git", .upToNextMajor(from: "0.8.0"))
],
targets: [
Expand Down

0 comments on commit 010da0f

Please sign in to comment.