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

Commit

Permalink
SPM dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed Oct 2, 2020
1 parent 6e5eeb0 commit 67e5b34
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 23 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
swift test --enable-test-discovery --parallel
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.3
import PackageDescription

let package = Package(
Expand All @@ -10,8 +10,8 @@ let package = Package(
.library(name: "LiquidKit", targets: ["LiquidKit"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.16.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.2.0"),
],
targets: [
.target(name: "LiquidKit", dependencies: [
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Common interfaces for the Liquid file storage.
Add dependencies:

```swift
// swift-tools-version:5.2
// swift-tools-version:5.3
import PackageDescription

let package = Package(
Expand All @@ -18,9 +18,9 @@ let package = Package(
],
dependencies: [
// 💧 A server-side Swift web framework.
.package(url: "https://github.com/vapor/vapor.git", from: "4.5.0"),
.package(url: "https://github.com/binarybirds/liquid.git", from: "1.0.0"),
.package(url: "https://github.com/binarybirds/liquid-local-driver.git", from: "1.0.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.30.0"),
.package(url: "https://github.com/binarybirds/liquid.git", from: "1.1.0"),
.package(url: "https://github.com/binarybirds/liquid-local-driver.git", from: "1.1.0"),
],
targets: [
.target(name: "App", dependencies: [
Expand Down
7 changes: 0 additions & 7 deletions Tests/LinuxMain.swift

This file was deleted.

9 changes: 0 additions & 9 deletions Tests/LiquidKitTests/XCTestManifests.swift

This file was deleted.

0 comments on commit 67e5b34

Please sign in to comment.