Skip to content

Commit

Permalink
Update C-S-S to 5.8.0 (#751)
Browse files Browse the repository at this point in the history
* Update C-S-S to 5.8.0
  • Loading branch information
Bunn authored Mar 26, 2024
1 parent fa15af7 commit 00d3a6f
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/content-scope-scripts",
"state" : {
"revision" : "2f44185cca2edefbae7557393a61a23c282abbf8",
"version" : "5.7.0"
"revision" : "62d5dc3d02f6a8347dc5f0b52162a0107d38b74c",
"version" : "5.8.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/sync_crypto", exact: "0.2.0"),
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "2.1.0"),
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "3.3.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "5.7.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "5.8.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"),
.package(url: "https://github.com/duckduckgo/wireguard-apple", exact: "1.1.3"),
Expand Down

0 comments on commit 00d3a6f

Please sign in to comment.