From f4383d78dd73808163d01010daabaf4638fc23b7 Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Wed, 11 Jun 2025 05:54:41 +0700 Subject: [PATCH] Append `.git` for `dependencies` in `Package.swift` for consistency. (#82) Append `.git` for `dependencies` in `Package.swift` for consistency. --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index edab1a1a..b06883dd 100644 --- a/Package.swift +++ b/Package.swift @@ -57,10 +57,10 @@ let package = Package( .package(url: "https://github.com/grpc/grpc-swift.git", from: "1.26.0"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.29.0"), .package(url: "https://github.com/apple/swift-nio.git", from: "2.80.0"), - .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"), + .package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.1.0"), .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.20.1"), - .package(url: "https://github.com/orlandos-nl/DNSClient", from: "2.4.1"), - .package(url: "https://github.com/Bouke/DNS", from: "1.2.0"), + .package(url: "https://github.com/orlandos-nl/DNSClient.git", from: "2.4.1"), + .package(url: "https://github.com/Bouke/DNS.git", from: "1.2.0"), scDependency, ], targets: [