Skip to content

Commit

Permalink
Updates BSK to fix a NetP issue
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Nov 14, 2023
1 parent 2437742 commit 41cad51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9079,8 +9079,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 83.0.0;
kind = revision;
revision = 1c4b477106e41b81a4c9ef2b37008ff414bd8390;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "f7e20cd37bbc0d25ae3c3f25ef52d319366613e7",
"version": "83.0.0"
"revision": "1c4b477106e41b81a4c9ef2b37008ff414bd8390",
"version": null
}
},
{
Expand Down

0 comments on commit 41cad51

Please sign in to comment.