Skip to content

Commit

Permalink
Use autofill development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjcbrown committed May 31, 2023
1 parent 58f0750 commit 6250bda
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 @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/duckduckgo-autofill.git",
"state" : {
"revision" : "d1558f7757b26f64364dd23d02d235c113d558ae",
"version" : "7.1.0"
"branch" : "e2ff9e9",
"revision" : "e2ff9e985bdb1980528b09586ddd0d593176e1d3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
.library(name: "SyncDataProviders", targets: ["SyncDataProviders"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "7.1.0"),
.package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", revision: "e2ff9e9"),
.package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.1.1"),
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "1.2.1"),
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),
Expand Down

0 comments on commit 6250bda

Please sign in to comment.