Skip to content

Commit

Permalink
BrowserServicesKit bump to 129.1.4 (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira authored Mar 22, 2024
1 parent 66fdc78 commit 11853ba
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14153,7 +14153,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 129.1.3;
version = 129.1.4;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "91d9eb23c33ae8c1a6e19314c0349e42eab70326",
"version" : "129.1.3"
"revision" : "91b012d9450af211f7c47b9fde811e3a8292b16b",
"version" : "129.1.4"
}
},
{
"identity" : "content-scope-scripts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "edd96481d49b094c260f9a79e078abdbdd3a83fb",
"version" : "5.6.0"
"revision" : "2f44185cca2edefbae7557393a61a23c282abbf8",
"version" : "5.7.0"
}
},
{
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: "129.1.3"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "129.1.4"),
.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: "129.1.3"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "129.1.4"),
.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: "129.1.3"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "129.1.4"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit 11853ba

Please sign in to comment.