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

Commit a5d133d

Browse files
committed
dep updates
1 parent 18bb4db commit a5d133d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 2 additions & 2 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,17 +1,17 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.5
22
import PackageDescription
33

44
let package = Package(
55
name: "liquid",
66
platforms: [
7-
.macOS(.v10_15)
7+
.macOS(.v12)
88
],
99
products: [
1010
.library(name: "Liquid", targets: ["Liquid"]),
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/vapor/vapor.git", from: "4.50.0"),
14-
.package(url: "https://github.com/binarybirds/liquid-kit.git", from: "1.3.0"),
14+
.package(url: "https://github.com/binarybirds/liquid-kit.git", from: "1.3.2"),
1515
],
1616
targets: [
1717
.target(name: "Liquid", dependencies: [

0 commit comments

Comments
 (0)