Skip to content

Commit

Permalink
Update BSK with a C-S-S fix (#3608)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1208817367615044/f

Description:
This change updates BSK to a fixed version of C-S-S.
  • Loading branch information
ayoy authored Nov 21, 2024
1 parent 8d8b38a commit f457a12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11040,7 +11040,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 211.0.0;
version = "211.0.0-1";
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "7033b0d6f166ac8152cff602f1a1301641f4da60",
"version" : "211.0.0"
"revision" : "135c63a3058b975cbc2d00ce637f3b9727b717ae",
"version" : "211.0.0-1"
}
},
{
"identity" : "content-scope-scripts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "f2caf4ff814f4714d07d6fc2cf02498cb54a1389",
"version" : "6.36.0"
"revision" : "dfef00ef77f5181d1d8a4f7cc88f7b7c0514dd34",
"version" : "6.39.0"
}
},
{
Expand Down

0 comments on commit f457a12

Please sign in to comment.