Skip to content

Commit 28ebb29

Browse files
committed
Ensure alignment of package URLs
1 parent 3fcd527 commit 28ebb29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ let package = Package(
1010
.executable(name: "stable-diffusion-ctl", targets: ["StableDiffusionControl"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/apple/ml-stable-diffusion", revision: "5d2744e38297b01662b8bdfb41e899ac98036d8b"),
14-
.package(url: "https://github.com/apple/swift-protobuf", from: "1.6.0"),
13+
.package(url: "https://github.com/apple/ml-stable-diffusion.git", revision: "5d2744e38297b01662b8bdfb41e899ac98036d8b"),
14+
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.6.0"),
1515
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.15.0"),
16-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.0")
16+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0")
1717
],
1818
targets: [
1919
.target(name: "StableDiffusionProtos", dependencies: [

0 commit comments

Comments
 (0)