From f6bf08cb0579cc4d4d6cb23ff5544f687f9fa092 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 20 Feb 2024 17:08:36 -0500 Subject: [PATCH] feat: updtes dependencies --- Makefile | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cf4c067..e76130d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PLATFORM_MAC_CATALYST = macOS,variant=Mac Catalyst PLATFORM_TVOS = tvOS Simulator,name=Apple TV PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 7 (45mm) CONFIG := debug -SWIFT_VERSION = 5.7 +SWIFT_VERSION = 5.9 DOCKER_PLATFORM := linux/arm64 default: test-swift diff --git a/Package.swift b/Package.swift index 535b387..e7eb312 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version: 5.7 +// swift-tools-version: 5.9 import PackageDescription