Skip to content

Commit

Permalink
chore(ios): bump zipfoundation to 0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Jul 12, 2024
1 parent c525b52 commit 9ab7219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Approach/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ let package = Package(
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", from: "1.1.2"),
.package(url: "https://github.com/RevenueCat/purchases-ios.git", from: "4.37.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", from: "5.3.0"),
.package(url: "https://github.com/weichsel/ZIPFoundation.git", from: "0.9.18"),
.package(url: "https://github.com/weichsel/ZIPFoundation.git", from: "0.9.19"),
],
targets: [
// MARK: - Features
Expand Down
2 changes: 1 addition & 1 deletion ios/Approach/Package.swift.toml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ from = "1.1.2"

[dependencies.ZIPFoundation]
url = "https://github.com/weichsel/ZIPFoundation.git"
from = "0.9.18"
from = "0.9.19"

[dependencies.AnalyticsPackageServiceInterface]
sharedRef = "SwiftUtilities"
Expand Down

0 comments on commit 9ab7219

Please sign in to comment.