Skip to content

Commit

Permalink
Point to latest autofill changes
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Oct 14, 2024
1 parent e8ed69e commit 7c0f439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/duckduckgo-autofill.git",
"state" : {
"branch" : "dbajpeyi/feature/dismiss-password-import-flow",
"revision" : "cc23669514be5c2b9ec167a706dd20aeadb8c444"
"branch" : "dbajpeyi/remove-get-available-input-types-caching",
"revision" : "b7f60f08bdf1a3ad7f35507c19ff411cd474d4a5"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let package = Package(
.library(name: "Onboarding", targets: ["Onboarding"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", branch: "dbajpeyi/feature/dismiss-password-import-flow"),
.package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", branch: "dbajpeyi/remove-get-available-input-types-caching"),
.package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.4.0"),
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "3.0.0"),
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),
Expand Down

0 comments on commit 7c0f439

Please sign in to comment.