Skip to content

Commit

Permalink
Fix threading issue with Mesage broker (#3132)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1207878727316917/f
BSK PR: duckduckgo/BrowserServicesKit#908

Description:
Bumps BSK whit a fix for message broker
  • Loading branch information
afterxleep authored Jul 24, 2024
1 parent e0695c5 commit 31d160b
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 @@ -10194,7 +10194,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 175.0.0;
version = 175.0.1;
};
};
9F8FE9472BAE50E50071E372 /* 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" : "63195a30b02e05d1b7176c76ebc55c2cff66c9c8",
"version" : "174.0.1"
"revision" : "6c095d0c62dc00cf848ee100912b12767c92683b",
"version" : "175.0.1"
}
},
{
Expand Down

0 comments on commit 31d160b

Please sign in to comment.