Skip to content

Commit 8773395

Browse files
committed
Add PackageCollections dependency
1 parent c1c97b6 commit 8773395

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Package.resolved

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ let package = Package(
2929
dependencies: [
3030
.package(url: "https://github.com/JohnSundell/Ink.git", from: "0.5.1"),
3131
.package(url: "https://github.com/swift-server/swift-prometheus.git", from: "1.0.0"),
32-
.package(url: "https://github.com/SwiftPackageIndex/Plot.git", branch: "main"),
3332
.package(url: "https://github.com/SwiftPackageIndex/CanonicalPackageURL.git", from: "1.0.0"),
3433
.package(url: "https://github.com/SwiftPackageIndex/DependencyResolution.git", from: "1.1.2"),
34+
.package(url: "https://github.com/SwiftPackageIndex/PackageCollections.git", branch: "main"),
35+
.package(url: "https://github.com/SwiftPackageIndex/Plot.git", branch: "main"),
3536
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "1.2.0"),
3637
.package(url: "https://github.com/SwiftPackageIndex/SemanticVersion.git", from: "0.3.0"),
3738
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"),
@@ -67,6 +68,7 @@ let package = Package(
6768
.product(name: "DependencyResolution", package: "DependencyResolution"),
6869
.product(name: "Fluent", package: "fluent"),
6970
.product(name: "FluentPostgresDriver", package: "fluent-postgres-driver"),
71+
.product(name: "PackageCollections", package: "PackageCollections"),
7072
.product(name: "Parsing", package: "swift-parsing"),
7173
.product(name: "Redis", package: "redis"),
7274
.product(name: "ShellOut", package: "ShellOut"),

0 commit comments

Comments
 (0)