Skip to content

Commit

Permalink
Bump XCTestExtensions to 1.0 release (#10)
Browse files Browse the repository at this point in the history
# Bump XCTestExtensions to 1.0 release

## ♻️ Current situation & Problem
This PR bumps the `XCTestExtensions` dependency to the latest stable
release.


## ⚙️ Release Notes 
* Bump XCTestExtensions to 1.0 release


## 📚 Documentation
--


## ✅ Testing
not affected

## 📝 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).
  • Loading branch information
Supereg authored Aug 20, 2024
1 parent 16075cb commit 32b3792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions Tests/UITests/UITests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 32b3792

Please sign in to comment.