Skip to content

Commit 2a12789

Browse files
heckjdaveverwer
authored andcommitted
switch repo for dependency to swiftlang org
1 parent a84e458 commit 2a12789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let package = Package(
3636
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "1.2.0"),
3737
.package(url: "https://github.com/SwiftPackageIndex/SemanticVersion.git", from: "0.3.0"),
3838
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"),
39-
.package(url: "https://github.com/apple/swift-package-manager.git", branch: "release/5.10"),
39+
.package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: "release/5.10"),
4040
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"),
4141
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
4242
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),

0 commit comments

Comments
 (0)