Skip to content

Commit

Permalink
point to latest BSK with migrations fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Nov 27, 2023
1 parent af5a581 commit 35d63b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9198,8 +9198,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
branch = "bartek/fix-migration-crash";
kind = branch;
kind = exactVersion;
version = 85.1.1;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "BrowserServicesKit",
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": "bartek/fix-migration-crash",
"revision": "550e309a17c60f5f0f7981f4b5d2773afeca2033",
"version": null
"branch": null,
"revision": "543e1d7ed9b5743d4e6b0ebe18a5fbf8f1441f02",
"version": "85.1.1"
}
},
{
Expand Down Expand Up @@ -156,7 +156,7 @@
},
{
"package": "TrackerRadarKit",
"repositoryURL": "https://github.com/duckduckgo/TrackerRadarKit.git",
"repositoryURL": "https://github.com/duckduckgo/TrackerRadarKit",
"state": {
"branch": null,
"revision": "4684440d03304e7638a2c8086895367e90987463",
Expand Down

0 comments on commit 35d63b3

Please sign in to comment.