Skip to content

Commit

Permalink
Updates BSK to 122.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Mar 14, 2024
1 parent 1b7ac34 commit cb1e573
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13704,8 +13704,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = revision;
revision = 20afbb6f61f85fb556e4bf797c17ad57f10035df;
kind = exactVersion;
version = 122.2.1;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "20afbb6f61f85fb556e4bf797c17ad57f10035df"
"revision" : "1295a22823157c9b7d11793299cd58b189e87629",
"version" : "122.2.1"
}
},
{
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: "122.2.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "122.2.1"),
.package(path: "../PixelKit"),
.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: "122.2.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "122.2.1"),
.package(path: "../XPCHelper"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../LoginItems"),
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: "122.2.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "122.2.1"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit cb1e573

Please sign in to comment.