Skip to content

Commit 0311508

Browse files
update dependencies
1 parent 09bb39c commit 0311508

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Kits/rokt-sdk-plus/rokt-sdk-plus-ios/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let package = Package(
3636
mParticleRoktDependency,
3737
.package(
3838
url: "https://github.com/ROKT/rokt-payment-extension-ios.git",
39-
.upToNextMajor(from: "2.0.0")
39+
.upToNextMajor(from: "2.0.2")
4040
)
4141
],
4242
targets: [

Kits/rokt/rokt/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let package = Package(
3232
mParticleAppleSDK,
3333
.package(
3434
url: "https://github.com/ROKT/rokt-sdk-ios",
35-
.upToNextMajor(from: "5.2.0")
35+
.upToNextMajor(from: "5.2.1")
3636
),
3737
.package(
3838
url: "https://github.com/ROKT/rokt-contracts-apple.git",

0 commit comments

Comments
 (0)