Skip to content

Commit

Permalink
update BSK dependency (#3434)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1204186595873227/1208513053099376/f

**Description**: It address design comments raised in the task and
implements hover and pressed states for button
(https://app.asana.com/0/0/1208529801985374/f)
  • Loading branch information
SabrinaTardio authored Oct 15, 2024
1 parent d82a840 commit c62f077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10947,7 +10947,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 199.0.0;
version = 199.1.0;
};
};
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" : "ec46d991838527dd8c7041a3673428c0e18e0fdc",
"version" : "199.0.0"
"revision" : "e0c0c85c18372f73fb97c5cf070f1de70c906a1f",
"version" : "199.1.0"
}
},
{
Expand Down Expand Up @@ -138,7 +138,7 @@
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser.git",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
"version" : "1.4.0"
Expand Down

0 comments on commit c62f077

Please sign in to comment.