Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit daf9dee

Browse files
committed
SPM dependency updates
1 parent 8c7e219 commit daf9dee

File tree

6 files changed

+32
-37
lines changed

6 files changed

+32
-37
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test:
2+
swift test --enable-test-discovery --parallel

Package.resolved

Lines changed: 23 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.3
22
import PackageDescription
33

44
let package = Package(
@@ -10,8 +10,8 @@ let package = Package(
1010
.library(name: "Liquid", targets: ["Liquid"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/vapor/vapor.git", from: "4.5.0"),
14-
.package(url: "https://github.com/binarybirds/liquid-kit.git", from: "1.0.0"),
13+
.package(url: "https://github.com/vapor/vapor.git", from: "4.30.0"),
14+
.package(url: "https://github.com/binarybirds/liquid-kit.git", from: "1.1.0"),
1515
],
1616
targets: [
1717
.target(name: "Liquid", dependencies: [

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Abstract file storage component made for Vapor 4.
88
Add Liquid as a dependency using SPM, you can choose between the local and the AWS S3 driver.
99

1010
```swift
11-
// swift-tools-version:5.2
11+
// swift-tools-version:5.3
1212
import PackageDescription
1313

1414
let package = Package(
@@ -18,9 +18,9 @@ let package = Package(
1818
],
1919
dependencies: [
2020
// 💧 A server-side Swift web framework.
21-
.package(url: "https://github.com/vapor/vapor.git", from: "4.5.0"),
22-
.package(url: "https://github.com/binarybirds/liquid.git", from: "1.0.0"),
23-
.package(url: "https://github.com/binarybirds/liquid-local-driver.git", from: "1.0.0"),
21+
.package(url: "https://github.com/vapor/vapor.git", from: "4.30.0"),
22+
.package(url: "https://github.com/binarybirds/liquid.git", from: "1.1.0"),
23+
.package(url: "https://github.com/binarybirds/liquid-local-driver.git", from: "1.1.0"),
2424
.package(url: "https://github.com/binarybirds/liquid-aws-s3-driver.git", from: "1.0.0"),
2525
],
2626
targets: [

Tests/LinuxMain.swift

Lines changed: 0 additions & 7 deletions
This file was deleted.

Tests/LiquidTests/XCTestManifests.swift

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)