Skip to content

Commit

Permalink
Improve subscription library sync failure error reporting (#2658)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1206946506094035/f
Tech Design URL:
CC:

Description:

This PR updates BSK to include a subscription library logging change.
  • Loading branch information
samsymons authored Mar 30, 2024
1 parent b956b2a commit 23064ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10033,7 +10033,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 132.0.0;
version = 132.0.1;
};
};
B6F997C22B8F374300476735 /* XCRemoteSwiftPackageReference "apple-toolbox" */ = {
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" : "dfb35745561322b2b80f8be0810ddb2c806e077e",
"version" : "132.0.0"
"revision" : "73f68ee1c0dda3cd4a0b0cc3cc38a6cc7e605829",
"version" : "132.0.1"
}
},
{
Expand Down

0 comments on commit 23064ad

Please sign in to comment.