Skip to content

Commit e1ebd6d

Browse files
committed
[Package.swift] Add .git suffix to dependency urls consistently
1 parent 9103117 commit e1ebd6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.Package.test.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let package = Package(
44
name: "Commandant",
55
dependencies: [
66
.Package(url: "https://github.com/antitypical/Result.git", versions: Version(3, 2, 1)..<Version(3, .max, .max)),
7-
.Package(url: "https://github.com/Quick/Nimble", majorVersion: 6),
8-
.Package(url: "https://github.com/Quick/Quick", majorVersion: 1, minor: 1),
7+
.Package(url: "https://github.com/Quick/Nimble.git", majorVersion: 6),
8+
.Package(url: "https://github.com/Quick/Quick.git", majorVersion: 1, minor: 1),
99
]
1010
)

0 commit comments

Comments
 (0)