From 8e771fb760b0eb213e268f1ac5ecf2de0281eb1e Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Tue, 13 Aug 2024 10:22:52 +0200 Subject: [PATCH] Upgrade SpeziFoundation --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 8aad9e1..98c5072 100644 --- a/Package.swift +++ b/Package.swift @@ -33,7 +33,7 @@ let package = Package( .library(name: "XCTSpezi", targets: ["XCTSpezi"]) ], dependencies: [ - .package(url: "https://github.com/StanfordSpezi/SpeziFoundation", from: "1.0.2"), + .package(url: "https://github.com/StanfordSpezi/SpeziFoundation", from: "2.0.0-beta.1"), .package(url: "https://github.com/StanfordBDHG/XCTRuntimeAssertions", from: "1.1.1"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.1.1") ] + swiftLintPackage(),