From f1e69cadaeac84ca2bfd8f74103e89660fa9f35f Mon Sep 17 00:00:00 2001 From: Sabrina Tardio Date: Fri, 9 Aug 2024 13:18:01 +0200 Subject: [PATCH] Point to C-S-S branch --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index ec3214bbc..5bcc7edcb 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/content-scope-scripts", "state" : { - "revision" : "097e545c737db78cb1d253a87a9acd6dd8ad8497", - "version" : "6.4.0" + "branch" : "pr-releases/pr-1009", + "revision" : "26f123eef5095b230e9f3aec496d48302e81b945" } }, { diff --git a/Package.swift b/Package.swift index 82750f7c0..1374de44e 100644 --- a/Package.swift +++ b/Package.swift @@ -48,7 +48,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: "6.4.0"), + .package(url: "https://github.com/duckduckgo/content-scope-scripts", branch: "pr-releases/pr-1009"), .package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.0.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"),