File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
"kind" : " remoteSourceControl" ,
86
86
"location" : " https://github.com/mxcl/Version.git" ,
87
87
"state" : {
88
- "revision" : " 087c91fedc110f9f833b14ef4c32745dabca8913 " ,
89
- "version" : " 1 .0.3 "
88
+ "revision" : " 1fe824b80d89201652e7eca7c9252269a1d85e25 " ,
89
+ "version" : " 2 .0.1 "
90
90
}
91
91
},
92
92
{
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ let package = Package(
14
14
dependencies: [
15
15
. package ( url: " https://github.com/apple/swift-argument-parser " , . upToNextMinor( from: " 1.1.4 " ) ) ,
16
16
. package ( url: " https://github.com/mxcl/Path.swift.git " , . upToNextMinor( from: " 0.16.0 " ) ) ,
17
- . package ( url: " https://github.com/mxcl/Version.git " , . upToNextMinor( from: " 1 .0.3 " ) ) ,
17
+ . package ( url: " https://github.com/mxcl/Version.git " , . upToNextMinor( from: " 2 .0.1 " ) ) ,
18
18
. package ( url: " https://github.com/mxcl/PromiseKit.git " , . upToNextMinor( from: " 6.22.1 " ) ) ,
19
19
. package ( url: " https://github.com/PromiseKit/Foundation.git " , . upToNextMinor( from: " 3.4.0 " ) ) ,
20
20
. package ( url: " https://github.com/scinfu/SwiftSoup.git " , . upToNextMinor( from: " 2.0.0 " ) ) ,
You can’t perform that action at this time.
0 commit comments