File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -88,17 +88,16 @@ let package:Package = .init(
88
88
from: " 0.7.1 " ) ) ,
89
89
. package ( url: " https://github.com/tayloraswift/swift-ip " , . upToNextMinor(
90
90
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
-
97
91
. package ( url: " https://github.com/tayloraswift/swift-json " , . upToNextMinor(
98
92
from: " 1.1.0 " ) ) ,
99
-
93
+ . package ( url: " https://github.com/tayloraswift/swift-mongodb " , . upToNextMinor(
94
+ from: " 0.28.3 " ) ) ,
100
95
. package ( url: " https://github.com/tayloraswift/swift-png " , . upToNextMinor(
101
96
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 " ) ) ,
102
101
103
102
// .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(
104
103
// from: "1.5.0")),
You can’t perform that action at this time.
0 commit comments