Skip to content

Commit

Permalink
fix: Update Package.swift to match Podspec (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker authored and einsteinx2 committed Sep 30, 2024
1 parent 8a6b6d2 commit eddc5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.upToNextMajor(from: "8.19.0")),
.package(name: "braze-swift-sdk",
url: "https://github.com/braze-inc/braze-swift-sdk",
.upToNextMajor(from: "9.0.0")),
.upToNextMajor(from: "10.0.0")),
],
targets: [
.target(
Expand Down

0 comments on commit eddc5e5

Please sign in to comment.