Skip to content

Commit

Permalink
Upgrade ResearchKit to resolve issues with C++ interoperability (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg authored Jan 25, 2024
1 parent 930a409 commit fac0bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/StanfordSpezi/Spezi", from: "1.0.0"),
.package(url: "https://github.com/apple/FHIRModels", .upToNextMinor(from: "0.5.0")),
.package(url: "https://github.com/StanfordBDHG/ResearchKit", from: "2.2.19"),
.package(url: "https://github.com/StanfordBDHG/ResearchKit", from: "2.2.21"),
.package(url: "https://github.com/StanfordBDHG/ResearchKitOnFHIR", from: "1.0.0")
],
targets: [
Expand Down

0 comments on commit fac0bb0

Please sign in to comment.