Skip to content

Commit

Permalink
Fix new local package dependency on BSK
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Dec 9, 2024
1 parent b994bcb commit 841bffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LocalPackages/NewTabPage/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
targets: ["NewTabPage"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.0.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.0.2"),
.package(path: "../WebKitExtensions"),
.package(path: "../Utilities"),
],
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/WebKitExtensions/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.0.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.0.2"),
.package(path: "../AppKitExtensions")
],
targets: [
Expand Down

0 comments on commit 841bffc

Please sign in to comment.