Skip to content

Commit

Permalink
Support Swift 5.7 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Apr 12, 2023
1 parent 91dd1cf commit b5476ac
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
@@ -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 @@ -22,7 +22,7 @@ let package = Package(
.library(name: "XCTCardinalKit", targets: ["XCTCardinalKit"])
],
dependencies: [
.package(url: "https://github.com/StanfordBDHG/XCTRuntimeAssertions", .upToNextMinor(from: "0.2.0"))
.package(url: "https://github.com/StanfordBDHG/XCTRuntimeAssertions", .upToNextMinor(from: "0.2.1"))
],
targets: [
.target(
Expand Down

0 comments on commit b5476ac

Please sign in to comment.