Skip to content

Commit

Permalink
Avoid using deprecated exact
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jul 18, 2024
1 parent f330143 commit 0e39880
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
.package(url: "https://github.com/StanfordSpezi/SpeziFoundation", from: "1.1.1"),
.package(url: "https://github.com/StanfordSpezi/Spezi.git", from: "1.4.0"),
.package(url: "https://github.com/StanfordSpezi/SpeziViews.git", from: "1.5.0"),
.package(url: "https://github.com/StanfordSpezi/SpeziBluetooth", .exact("3.0.0-beta.1")),
.package(url: "https://github.com/StanfordSpezi/SpeziBluetooth", exact: "3.0.0-beta.1"),
.package(url: "https://github.com/StanfordSpezi/SpeziNetworking", from: "2.1.1"),
.package(url: "https://github.com/StanfordBDHG/XCTestExtensions.git", .upToNextMinor(from: "0.4.12"))
] + swiftLintPackage(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ This source file is part of the Stanford SpeziDevices open source project

SPDX-FileCopyrightText: 2024 Omron Healthcare

SPDX-License-Identifier: https://drh1.img.digitalriver.com/DRHM/Storefront/Company/omrnfit/images/product/detail/GMC/19-184APRDBP5250Right800x800.png
Source: https://drh1.img.digitalriver.com/DRHM/Storefront/Company/omrnfit/images/product/detail/GMC/19-184APRDBP5250Right800x800.png
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ This source file is part of the Stanford SpeziDevices open source project

SPDX-FileCopyrightText: 2024 Omron Healthcare

SPDX-License-Identifier: https://omronhealthcare.com/wp-content/uploads/19-276APRDBP7000Right800x800-1.png
Source: https://omronhealthcare.com/wp-content/uploads/19-276APRDBP7000Right800x800-1.png
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ This source file is part of the Stanford SpeziDevices open source project

SPDX-FileCopyrightText: 2024 Omron Healthcare

SPDX-License-Identifier: https://www.omron-healthcare.com/img/asset/bWVkaWEvcHJvZHVjdHMvYnBtLWFybS03NjAwLWV2b2x2LnBuZw==?w=800&h=533&fit=crop&fm=webp&s=02eb0ed2cd3da0045e3f082a409df9ed
Source: https://www.omron-healthcare.com/img/asset/bWVkaWEvcHJvZHVjdHMvYnBtLWFybS03NjAwLWV2b2x2LnBuZw==?w=800&h=533&fit=crop&fm=webp&s=02eb0ed2cd3da0045e3f082a409df9ed
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ This source file is part of the Stanford SpeziDevices open source project

SPDX-FileCopyrightText: 2024 Omron Healthcare

SPDX-License-Identifier: https://www.omron-healthcare.com/img/asset/bWVkaWEvcHJvZHVjdHMvYnBtLWFybS03NjAwLWV2b2x2LnBuZw==?w=800&h=533&fit=crop&fm=webp&s=02eb0ed2cd3da0045e3f082a409df9ed
Source: https://www.omron-healthcare.com/img/asset/bWVkaWEvcHJvZHVjdHMvYnBtLWFybS03NjAwLWV2b2x2LnBuZw==?w=800&h=533&fit=crop&fm=webp&s=02eb0ed2cd3da0045e3f082a409df9ed
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ This source file is part of the Stanford SpeziDevices open source project

SPDX-FileCopyrightText: 2024 Omron Healthcare

SPDX-License-Identifier: https://drh1.img.digitalriver.com/DRHM/Storefront/Company/omrnfit/images/product/detail/GMC/SC150_FRONT_800x800.png
Source: https://drh1.img.digitalriver.com/DRHM/Storefront/Company/omrnfit/images/product/detail/GMC/SC150_FRONT_800x800.png

0 comments on commit 0e39880

Please sign in to comment.