Skip to content

Commit 2835715

Browse files
gwynnenatecook1000
authored andcommitted
Specify dependency URL in consistent fashion (#194)
1 parent 288d8b0 commit 2835715

File tree

3 files changed

+588
-1
lines changed

3 files changed

+588
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
targets: ["Algorithms"]),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
23+
.package(url: "https://github.com/apple/swift-numerics.git", from: "1.0.0"),
2424
],
2525
targets: [
2626
.target(

0 commit comments

Comments
 (0)