File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 48
48
},
49
49
{
50
50
"package" : " Splash" ,
51
- "repositoryURL" : " https://github.com/JohnSundell/Splash" ,
51
+ "repositoryURL" : " https://github.com/JohnSundell/Splash.git " ,
52
52
"state" : {
53
53
"branch" : null ,
54
- "revision" : " ca9a1b7bff35381fe5ae9fe2ec9333cc5f2a586c " ,
55
- "version" : " 0.13 .0"
54
+ "revision" : " f25dd8c9f16be1f81a152f6861d7216c3c9302da " ,
55
+ "version" : " 0.14 .0"
56
56
}
57
57
},
58
58
{
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ let package = Package(
19
19
. package ( url: " https://github.com/OpenCombine/OpenCombine.git " , from: " 0.10.0 " ) ,
20
20
. package ( url: " https://github.com/vapor/vapor.git " , from: " 4.29.3 " ) ,
21
21
. package ( url: " https://github.com/apple/swift-crypto.git " , from: " 1.1.0 " ) ,
22
+ . package ( url: " https://github.com/JohnSundell/Splash.git " , from: " 0.14.0 " ) ,
22
23
] ,
23
24
targets: [
24
25
// Targets are the basic building blocks of a package. A target can define a module
@@ -52,6 +53,7 @@ let package = Package(
52
53
. product( name: " AsyncHTTPClient " , package : " async-http-client " ) ,
53
54
. product( name: " SwiftToolsSupport-auto " , package : " swift-tools-support-core " ) ,
54
55
" OpenCombine " ,
56
+ " Splash " ,
55
57
]
56
58
) ,
57
59
// This target is used only for release automation tasks and
You can’t perform that action at this time.
0 commit comments