Skip to content

Commit 6221779

Browse files
chore(deps): update dependency open-telemetry/opentelemetry-swift-core to from: "2.3.0"
1 parent 8ab241c commit 6221779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.87.0"),
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.32.0"),

0 commit comments

Comments
 (0)