Skip to content

Commit 7e26ffb

Browse files
authored
Add Splash dependency to 5.2 package manifest (#126)
Fix test failure
1 parent a1cd7f2 commit 7e26ffb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
},
4949
{
5050
"package": "Splash",
51-
"repositoryURL": "https://github.com/JohnSundell/Splash",
51+
"repositoryURL": "https://github.com/JohnSundell/Splash.git",
5252
"state": {
5353
"branch": null,
54-
"revision": "ca9a1b7bff35381fe5ae9fe2ec9333cc5f2a586c",
55-
"version": "0.13.0"
54+
"revision": "f25dd8c9f16be1f81a152f6861d7216c3c9302da",
55+
"version": "0.14.0"
5656
}
5757
},
5858
{

[email protected]

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ let package = Package(
1919
.package(url: "https://github.com/OpenCombine/OpenCombine.git", from: "0.10.0"),
2020
.package(url: "https://github.com/vapor/vapor.git", from: "4.29.3"),
2121
.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"),
2223
],
2324
targets: [
2425
// Targets are the basic building blocks of a package. A target can define a module
@@ -52,6 +53,7 @@ let package = Package(
5253
.product(name: "AsyncHTTPClient", package: "async-http-client"),
5354
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),
5455
"OpenCombine",
56+
"Splash",
5557
]
5658
),
5759
// This target is used only for release automation tasks and

0 commit comments

Comments
 (0)