Skip to content

Commit df51f17

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

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
@@ -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)