From 32b379270afe5e121161ea644fa0a8c1a974068a Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Tue, 20 Aug 2024 19:56:39 +0200 Subject: [PATCH] Bump XCTestExtensions to 1.0 release (#10) # Bump XCTestExtensions to 1.0 release ## :recycle: Current situation & Problem This PR bumps the `XCTestExtensions` dependency to the latest stable release. ## :gear: Release Notes * Bump XCTestExtensions to 1.0 release ## :books: Documentation -- ## :white_check_mark: Testing not affected ## :pencil: Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md). --- Package.swift | 4 ++-- Tests/UITests/UITests.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index c20b0c6..fe128f9 100644 --- a/Package.swift +++ b/Package.swift @@ -36,9 +36,9 @@ 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.5.0"), - .package(url: "https://github.com/StanfordSpezi/SpeziBluetooth", from: "3.0.0"), + .package(url: "https://github.com/StanfordSpezi/SpeziBluetooth", from: "3.0.1"), .package(url: "https://github.com/StanfordSpezi/SpeziNetworking", from: "2.1.1"), - .package(url: "https://github.com/StanfordBDHG/XCTestExtensions", .upToNextMinor(from: "0.4.12")) + .package(url: "https://github.com/StanfordBDHG/XCTestExtensions", from: "1.0.0") ] + swiftLintPackage(), targets: [ .target( diff --git a/Tests/UITests/UITests.xcodeproj/project.pbxproj b/Tests/UITests/UITests.xcodeproj/project.pbxproj index 256a52b..1a40481 100644 --- a/Tests/UITests/UITests.xcodeproj/project.pbxproj +++ b/Tests/UITests/UITests.xcodeproj/project.pbxproj @@ -722,8 +722,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/StanfordBDHG/XCTestExtensions.git"; requirement = { - kind = upToNextMinorVersion; - minimumVersion = 0.4.11; + kind = upToNextMajorVersion; + minimumVersion = 1.0.0; }; }; /* End XCRemoteSwiftPackageReference section */