Skip to content

Commit a88844f

Browse files
committed
Switch to Poly 1.0.0 (same commit as previously used but by version rather than branch)
1 parent 850a713 commit a88844f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
targets: ["JSONAPIOpenAPI"])
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/mattpolzin/Poly.git", .branch("master")),
23+
.package(url: "https://github.com/mattpolzin/Poly.git", from: "1.0.0"),
2424
.package(url: "https://github.com/Flight-School/AnyCodable.git", from: "0.1.0"),
2525
.package(url: "https://github.com/typelift/SwiftCheck.git", from: "0.11.0")
2626
],

0 commit comments

Comments
 (0)