Skip to content

Commit c544cd7

Browse files
authored
Update dependency and platform requirements. (#94)
1 parent 88eca7c commit c544cd7

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

Package.resolved

Lines changed: 24 additions & 6 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ let swiftSettings: [SwiftSetting] = []
2929
let package = Package(
3030
name: "dynamo-db-tables",
3131
platforms: [
32-
.macOS(.v12),
33-
.iOS(.v13),
34-
.tvOS(.v13),
35-
.watchOS(.v6),
32+
.macOS(.v15), .iOS(.v18), .watchOS(.v11), .tvOS(.v18),
3633
],
3734
products: [
3835
.library(
@@ -44,8 +41,8 @@ let package = Package(
4441
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", from: "1.0.0"),
4542
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
4643
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0"..<"3.0.0"),
47-
.package(url: "https://github.com/apple/swift-syntax", from: "601.0.0"),
48-
.package(url: "https://github.com/tachyonics/smockable", from: "0.4.0"),
44+
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0"),
45+
.package(url: "https://github.com/tachyonics/smockable", from: "0.6.0"),
4946
],
5047
targets: [
5148
.macro(

0 commit comments

Comments
 (0)