Skip to content

Commit

Permalink
Support Swift 5.7 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Apr 12, 2023
1 parent 36c9425 commit 08bb785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.8
// swift-tools-version:5.7

//
// This source file is part of the CardinalKit open-source project
Expand All @@ -23,8 +23,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/FHIRModels", .upToNextMinor(from: "0.5.0")),
.package(url: "https://github.com/StanfordBDHG/CardinalKit", .upToNextMinor(from: "0.4.0")),
.package(url: "https://github.com/StanfordBDHG/CardinalKitViews", .upToNextMinor(from: "0.2.0"))
.package(url: "https://github.com/StanfordBDHG/CardinalKit", .upToNextMinor(from: "0.4.1")),
.package(url: "https://github.com/StanfordBDHG/CardinalKitViews", .upToNextMinor(from: "0.2.1"))
],
targets: [
.target(
Expand Down

0 comments on commit 08bb785

Please sign in to comment.