Skip to content

Commit

Permalink
Updated some BSK references
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Apr 26, 2024
1 parent 2d401b2 commit c926d46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LocalPackages/DataBrokerProtection/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
targets: ["DataBrokerProtection"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "140.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "140.0.3"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../XPCHelper"),
],
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NetworkProtectionMac/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let package = Package(
.library(name: "NetworkProtectionUI", targets: ["NetworkProtectionUI"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "140.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "140.0.3"),
.package(url: "https://github.com/airbnb/lottie-spm", exact: "4.4.1"),
.package(path: "../XPCHelper"),
.package(path: "../SwiftUIExtensions"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/SubscriptionUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["SubscriptionUI"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "140.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "140.0.3"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit c926d46

Please sign in to comment.