Skip to content

Commit

Permalink
Updates to DRK 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Dec 20, 2024
1 parent 72538e0 commit f2977ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11856,8 +11856,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/DesignResourcesKit";
requirement = {
kind = revision;
revision = ba2f7e26575a9529ce268ce16f01760187649ce6;
kind = exactVersion;
version = 3.3.1;
};
};
F486D2EF25069482002D07D7 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/DesignResourcesKit",
"state" : {
"revision" : "ba2f7e26575a9529ce268ce16f01760187649ce6"
"revision" : "a35414a0b07da7fb79255370edfe845b7a22558c",
"version" : "3.3.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/SyncUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let package = Package(
],
dependencies: [
.package(path: "../DuckUI"),
.package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.0"),
.package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.1"),
.package(url: "https://github.com/duckduckgo/apple-toolbox.git", exact: "3.1.2"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/Waitlist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["Waitlist", "WaitlistMocks"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.0"),
.package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.1"),
.package(url: "https://github.com/duckduckgo/apple-toolbox.git", exact: "3.1.2"),
],
targets: [
Expand Down

0 comments on commit f2977ba

Please sign in to comment.