Skip to content

Commit

Permalink
Merge pull request #22 from furby-tm/main
Browse files Browse the repository at this point in the history
Fix unstable dependency on swift-checkit.
  • Loading branch information
LebJe authored Dec 10, 2023
2 parents 404c4dd + 7ca574b commit 2836432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// Use this dependency when one of the `TOMLTable` comparison tests fail and
// XCTAssertEqual tells you "<huge TOMLTable> is not equal to <other huge TOMLTable>"
// .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.1.0"),
.package(name: "Checkit", url: "https://github.com/karwa/swift-checkit.git", .branch("master")),
.package(name: "Checkit", url: "https://github.com/karwa/swift-checkit.git", from: "0.0.2"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// Use this dependency when one of the `TOMLTable` comparison tests fail and
// XCTAssertEqual tells you "<huge TOMLTable> is not equal to <other huge TOMLTable>"
// .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.1.0"),
.package(name: "Checkit", url: "https://github.com/karwa/swift-checkit.git", .branch("master")),
.package(name: "Checkit", url: "https://github.com/karwa/swift-checkit.git", from: "0.0.2"),
],
targets: [
.target(
Expand Down

0 comments on commit 2836432

Please sign in to comment.