Skip to content

Commit 1dad720

Browse files
authored
Updated to use HTTPS for swift-distributed-tracing-baggage-core (#8)
1 parent ee20ad7 commit 1dad720

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
16-
// FIXME: changes to https when public
17-
.package(url: "git@github.com:apple/swift-distributed-tracing-baggage-core.git", from: "0.0.1"),
16+
.package(url: "https://github.com/apple/swift-distributed-tracing-baggage-core", from: "0.1.1"),
1817
],
1918
targets: [
2019
.target(

0 commit comments

Comments
 (0)