Skip to content

Commit 61b3a74

Browse files
committed
Use .git ended urls
1 parent 4f14149 commit 61b3a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
],
1818
dependencies: [
1919
// Dependencies declare other packages that this package depends on.
20-
.package(url: "https://github.com/AliSoftware/OHHTTPStubs", from: "9.1.0"),
21-
.package(url: "https://github.com/openium/KIF", .branch("spm-support-freez")),
20+
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", from: "9.1.0"),
21+
.package(url: "https://github.com/openium/KIF.git", .branch("spm-support-freez")),
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)