Skip to content

Commit

Permalink
updated otel to 1.11.0 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b authored Nov 5, 2024
1 parent a743a9c commit 24ac462
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 @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/ashleymills/Reachability.swift", from: "5.2.2"),
.package(
url: "https://github.com/open-telemetry/opentelemetry-swift", exact: "1.9.1"),
url: "https://github.com/open-telemetry/opentelemetry-swift", exact: "1.11.0"),
.package(url: "https://github.com/MobileNativeFoundation/Kronos.git", .upToNextMajor(from: "4.2.2")),
.package(
url: "https://github.com/microsoft/plcrashreporter.git", .upToNextMajor(from: "1.0.0")),
Expand Down

0 comments on commit 24ac462

Please sign in to comment.