Skip to content

Commit

Permalink
Tag 1.0 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jan 9, 2024
1 parent 66a671e commit d8e8643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let package = Package(
.library(name: "XCTSpezi", targets: ["XCTSpezi"])
],
dependencies: [
.package(url: "https://github.com/StanfordSpezi/SpeziFoundation", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/StanfordBDHG/XCTRuntimeAssertions", .upToNextMinor(from: "0.2.5"))
.package(url: "https://github.com/StanfordSpezi/SpeziFoundation", from: "1.0.0"),
.package(url: "https://github.com/StanfordBDHG/XCTRuntimeAssertions", from: "1.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit d8e8643

Please sign in to comment.