From 070ea1b6a47e077bc3e00fe64549210c07f3e0a7 Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Sun, 1 Sep 2024 13:15:03 +0200 Subject: [PATCH] Tag release version --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c804f83..d47bc05 100644 --- a/Package.swift +++ b/Package.swift @@ -36,7 +36,7 @@ let package = Package( .package(url: "https://github.com/StanfordSpezi/SpeziFoundation", from: "2.0.0-beta.1"), .package(url: "https://github.com/StanfordSpezi/Spezi", from: "1.7.1"), .package(url: "https://github.com/StanfordSpezi/SpeziViews", from: "1.6.0"), - .package(url: "https://github.com/StanfordSpezi/SpeziAccount", branch: "feature/handle-cancellation-error"), + .package(url: "https://github.com/StanfordSpezi/SpeziAccount", exact: "2.0.0-beta.6"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.0.0"), .package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0") ] + swiftLintPackage(),