Skip to content

Commit

Permalink
Mergeback from release/1.88.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed May 17, 2024
2 parents 701cdbc + 5864a4a commit 6fff033
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12902,7 +12902,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 145.3.1;
version = 145.3.2;
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "9e64d694224e1e38b46b1a00656ad9654f941ad3",
"version" : "145.3.1"
"revision" : "1c692ce52ffd74edd1d1180e038a14a0cf1dd736",
"version" : "145.3.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/DataBrokerProtection/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
targets: ["DataBrokerProtection"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "145.3.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "145.3.2"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../XPCHelper"),
],
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NetworkProtectionMac/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let package = Package(
.library(name: "NetworkProtectionUI", targets: ["NetworkProtectionUI"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "145.3.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "145.3.2"),
.package(url: "https://github.com/airbnb/lottie-spm", exact: "4.4.1"),
.package(path: "../XPCHelper"),
.package(path: "../SwiftUIExtensions"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/SubscriptionUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["SubscriptionUI"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "145.3.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "145.3.2"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit 6fff033

Please sign in to comment.