Skip to content

Commit 0667175

Browse files
authored
feat: upgrade otel-swift-core to 2.3.0 (#997)
1 parent 4d3d87b commit 0667175

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
.executable(name: "StableMetricSample", targets: ["StableMetricSample"])
3030
],
3131
dependencies: [
32-
.package(url: "https://github.com/open-telemetry/opentelemetry-swift-core.git", from: "2.2.0"),
32+
.package(url: "https://github.com/open-telemetry/opentelemetry-swift-core.git", from: "2.3.0"),
3333
.package(url: "https://github.com/apple/swift-nio.git", from: "2.90.1"),
3434
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.27.0"),
3535
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.33.3"),

0 commit comments

Comments
 (0)