Append .git for dependencies in Package.swift for consistency. (#82)

Append `.git` for `dependencies` in `Package.swift` for consistency.
This commit is contained in:
LamTrinh.Dev
2025-06-10 15:54:41 -07:00
committed by GitHub
parent 665532c374
commit f4383d78dd
+3 -3
View File
@@ -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: [