Skip to content

Commit 9f2be3e

Browse files
author
Ignacio Bonafonte
authored
Use numbered version of opentracing-objc library (#83)
1 parent 72b4135 commit 9f2be3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 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
@@ -34,7 +34,7 @@ let package = Package(
3434
.executable(name: "loggingTracer", targets: ["LoggingTracer"]),
3535
],
3636
dependencies: [
37-
.package(url: "https://github.com/undefinedlabs/opentracing-objc", .branch("spm-support")), // Need custom fork because of SPM
37+
.package(url: "https://github.com/undefinedlabs/opentracing-objc", from: "0.5.2"), // Need custom fork because of SPM
3838
.package(url: "https://github.com/undefinedlabs/Thrift-Swift", from: "1.1.1"), // Need custom fork because of SPM
3939
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
4040
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.12"),

0 commit comments

Comments
 (0)