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

Commit

Permalink
Dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed Dec 14, 2021
1 parent 4f33092 commit fdc8cf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/binarybirds/liquid-kit.git",
"state": {
"branch": null,
"revision": "af8c5012920dde5efb4740f9b364f3cbd0509f5d",
"version": "1.3.1"
"revision": "48cda11e866ffe1de98f862406819f8f5ccfb97f",
"version": "1.3.2"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// swift-tools-version:5.3
// swift-tools-version:5.5
import PackageDescription

let package = Package(
name: "liquid-local-driver",
platforms: [
.macOS(.v10_15)
.macOS(.v12)
],
products: [
.library(name: "LiquidLocalDriver", targets: ["LiquidLocalDriver"]),
],
dependencies: [
.package(url: "https://github.com/binarybirds/liquid-kit.git", from: "1.3.1"),
.package(url: "https://github.com/binarybirds/liquid-kit.git", from: "1.3.2"),
],
targets: [
.target(name: "LiquidLocalDriver", dependencies: [
Expand Down

0 comments on commit fdc8cf1

Please sign in to comment.