Skip to content

Commit

Permalink
fix: fix the metrics reporter dependency version in package.swift (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKannaniOS authored Sep 2, 2024
1 parent 668f448 commit 1f14447
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 @@ -14,7 +14,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "MetricsReporter", url: "https://github.com/rudderlabs/metrics-reporter-ios", from: "1.2.1"),
.package(name: "MetricsReporter", url: "https://github.com/rudderlabs/metrics-reporter-ios", .exact("1.2.1")),
],
targets: [
.target(
Expand Down

0 comments on commit 1f14447

Please sign in to comment.