Skip to content

Commit

Permalink
Update slashmo/swift-otel dependency. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonics authored Jun 6, 2023
1 parent 8fe26c0 commit 11bfb3a
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 @@ -8,7 +8,7 @@ let package = Package(
.library(name: "OpenTelemetryXRay", targets: ["OpenTelemetryXRay"]),
],
dependencies: [
.package(url: "https://github.com/slashmo/swift-otel.git", .upToNextMinor(from: "0.7.0")),
.package(url: "https://github.com/slashmo/swift-otel.git", .upToNextMinor(from: "0.8.0")),
],
targets: [
.target(name: "OpenTelemetryXRay", dependencies: [
Expand Down

0 comments on commit 11bfb3a

Please sign in to comment.