Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 2d20faf

Browse files
authored
Bump C-S-S to 6.14.0 (#973)
<!-- Note: This checklist is a reminder of our shared engineering expectations. --> Please review the release process for BrowserServicesKit [here](https://app.asana.com/0/1200194497630846/1200837094583426). **Required**: Task/Issue URL: https://app.asana.com/0/0/1208202488078682/f iOS PR: duckduckgo/iOS#3314 macOS PR: duckduckgo/macos-browser#3209 What kind of version bump will this require?: Minor **Optional**: Tech Design URL: CC: **Description**: <!-- Tagging instructions If this PR isn't ready to be merged for whatever reason it should be marked with the `DO NOT MERGE` label (particularly if it's a draft) If it's pending Product Review/PFR, please add the `Pending Product Review` label. If at any point it isn't actively being worked on/ready for review/otherwise moving forward (besides the above PR/PFR exception) strongly consider closing it (or not opening it in the first place). If you decide not to close it, make sure it's labelled to make it clear the PRs state and comment with more information. --> **Steps to test this PR**: 1. 1. <!-- Before submitting a PR, please ensure you have tested the combinations you expect the reviewer to test, then delete configurations you *know* do not need explicit testing. Using a simulator where a physical device is unavailable is acceptable. --> **OS Testing**: * [ ] iOS 14 * [ ] iOS 15 * [ ] iOS 16 * [ ] macOS 10.15 * [ ] macOS 11 * [ ] macOS 12 --- ###### Internal references: [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943)
1 parent afdab42 commit 2d20faf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let package = Package(
5050
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "3.0.0"),
5151
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),
5252
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "2.1.0"),
53-
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.12.0"),
53+
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.14.0"),
5454
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.1.1"),
5555
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
5656
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),

0 commit comments

Comments
 (0)