Skip to content

Commit

Permalink
bump bsk to fix retain cycle (#2595)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1206840485929811/f
Tech Design URL:
CC:

Description:
Bump BSK to fix retain cycle

Steps to test this PR:

Launch app
  • Loading branch information
brindy authored Mar 14, 2024
1 parent 94958ae commit af3f938
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 @@ -10020,7 +10020,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 123.0.0;
version = 123.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" : "d110859c6100daa59bcbc200dd8565975faf2151",
"version" : "123.0.0"
"revision" : "838cb53a8f7050d87ae6931b45ce126ece994359",
"version" : "123.0.1"
}
},
{
Expand Down

0 comments on commit af3f938

Please sign in to comment.