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 af8c501 commit 48cda11
Showing 1 changed file with 3 additions and 3 deletions.
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-kit",
platforms: [
.macOS(.v10_15)
.macOS(.v12)
],
products: [
.library(name: "LiquidKit", targets: ["LiquidKit"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.26.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.36.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
],
targets: [
Expand Down

0 comments on commit 48cda11

Please sign in to comment.