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

Commit 9a2aa4a

Browse files
committed
Dep updates
1 parent 4f5e729 commit 9a2aa4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

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

44
let package = Package(
55
name: "liquid-aws-s3-driver",
66
platforms: [
7-
.macOS(.v10_15)
7+
.macOS(.v12)
88
],
99
products: [
1010
.library(name: "LiquidAwsS3Driver", targets: ["LiquidAwsS3Driver"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/binarybirds/liquid-kit.git", from: "1.3.1"),
13+
.package(url: "https://github.com/binarybirds/liquid-kit.git", from: "1.3.2"),
1414
.package(url: "https://github.com/soto-project/soto.git", from: "5.11.0")
1515
],
1616
targets: [

0 commit comments

Comments
 (0)