Skip to content

Commit

Permalink
updated to released version of BSK
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 23, 2023
1 parent d9f09a1 commit 6b3fdcf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14066,8 +14066,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
branch = "shane/form-updates";
kind = branch;
kind = exactVersion;
version = 82.0.0;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"branch" : "shane/form-updates",
"revision" : "551ca5660aaae481ab770f892a742c70cfc0583c"
"revision" : "dd595d952e0076a7a01d086ed2424838dcd985af",
"version" : "82.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/Account/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["Account"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.5.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "82.0.0"),
.package(path: "../Purchase")
],
targets: [
Expand Down
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: "81.5.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "82.0.0"),
.package(path: "../PixelKit"),
.package(path: "../SwiftUIExtensions")
],
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: "81.5.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "82.0.0"),
.package(path: "../XPCHelper"),
.package(path: "../SwiftUIExtensions")
],
Expand Down

0 comments on commit 6b3fdcf

Please sign in to comment.