Skip to content

Commit

Permalink
Update TrackerRadarKit (#92)
Browse files Browse the repository at this point in the history
* Update TrackerRadarKit

* Fix package file

* Pin to TRK 1.0.4
  • Loading branch information
SlayterDev authored Jun 1, 2022
1 parent 029c919 commit 7ea1556
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 @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/duckduckgo/TrackerRadarKit",
"state": {
"branch": null,
"revision": "5f4caf35b8418700a48c64c7c61eb43308c8dacc",
"version": "1.0.3"
"revision": "f4f31cf466f78d9e85bd1c0fae85fd4f66e93347",
"version": "1.0.4"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(name: "Autofill", url: "https://github.com/duckduckgo/duckduckgo-autofill.git", .exact("4.5.0")),
.package(name: "GRDB", url: "https://github.com/duckduckgo/GRDB.swift.git", .exact("1.1.0")),
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", .exact("1.0.3")),
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", .exact("1.0.4")),
.package(name: "Punycode", url: "https://github.com/gumob/PunycodeSwift.git", .exact("2.1.0"))
],
targets: [
Expand Down

0 comments on commit 7ea1556

Please sign in to comment.