Skip to content

Commit

Permalink
Updates Package.swift and Package.resolved (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway authored Dec 20, 2024
1 parent bfd3a9f commit c0e9c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"originHash" : "1c8e7b22f143659dfd3d9b4d8325e3eacccb1e50f24657cf6a87483bc3d6717a",
"pins" : [
{
"identity" : "purchases-ios-spm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/RevenueCat/purchases-ios-spm",
"state" : {
"revision" : "92f42b658c9638430d094103d1e86cea950f9ffb",
"version" : "5.12.1"
"revision" : "27eae63e68557b7866d29c53d8159aa9f2887c2f",
"version" : "5.14.0"
}
}
],
"version" : 3
"version" : 2
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
targets: ["PurchasesHybridCommonUI"]),
],
dependencies: [
.package(url: "https://github.com/RevenueCat/purchases-ios-spm", exact: "5.12.1"),
.package(url: "https://github.com/RevenueCat/purchases-ios-spm", exact: "5.14.0"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit c0e9c35

Please sign in to comment.