Skip to content

Commit

Permalink
Fix VPN IPv6 connectivity (#2258)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1206136376883995/f
Tech Design URL:
CC:

Description:

This PR fixes IPv6 connectivity.
  • Loading branch information
samsymons authored Dec 11, 2023
1 parent edfcc65 commit b55c360
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 @@ -9162,7 +9162,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 93.0.0;
version = 94.0.0;
};
};
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": "c85592d01647b222748bb751ff9cd980399d926b",
"version": "93.0.0"
"revision": "e4f4ae624174c1398d345cfc387db38f8f69986d",
"version": "94.0.0"
}
},
{
Expand Down

0 comments on commit b55c360

Please sign in to comment.