Skip to content

Commit

Permalink
update reference to C-S-S (#871)
Browse files Browse the repository at this point in the history
Required: Updates C-S-S dependency

Task/Issue URL: https://app.asana.com/0/1176956903599313/1207310947118104/f
  • Loading branch information
SabrinaTardio authored Jul 1, 2024
1 parent 6b579d5 commit 912001a
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/content-scope-scripts",
"state" : {
"revision" : "4689746e42b24c40c18896d697ea02b854e90d35",
"version" : "5.21.0"
"revision" : "7ac68ae3bc052fa59adbc1ba8fd5cb5849a6bc99",
"version" : "5.25.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let package = Package(
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "2.1.2"),
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "2.1.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "5.21.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "5.25.0"),
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "4.1.0"),
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),
Expand Down

0 comments on commit 912001a

Please sign in to comment.