Skip to content

Commit adb2569

Browse files
committed
add missing dependency
1 parent c5452e1 commit adb2569

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Package.swift

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,16 @@ let package:Package = .init(
8888
from: "0.7.1")),
8989
.package(url: "https://github.com/tayloraswift/swift-ip", .upToNextMinor(
9090
from: "0.3.1")),
91-
92-
.package(url: "https://github.com/tayloraswift/swift-mongodb", .upToNextMinor(
93-
from: "0.28.3")),
94-
.package(url: "https://github.com/tayloraswift/swift-unixtime", .upToNextMinor(
95-
from: "0.2.0")),
96-
9791
.package(url: "https://github.com/tayloraswift/swift-json", .upToNextMinor(
9892
from: "1.1.0")),
99-
93+
.package(url: "https://github.com/tayloraswift/swift-mongodb", .upToNextMinor(
94+
from: "0.28.3")),
10095
.package(url: "https://github.com/tayloraswift/swift-png", .upToNextMinor(
10196
from: "4.4.8")),
97+
.package(url: "https://github.com/tayloraswift/swift-ucf", .upToNextMinor(
98+
from: "0.1.0")),
99+
.package(url: "https://github.com/tayloraswift/swift-unixtime", .upToNextMinor(
100+
from: "0.2.0")),
102101

103102
// .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(
104103
// from: "1.5.0")),

0 commit comments

Comments
 (0)