Skip to content

Commit

Permalink
Merge pull request #261 from knellr/updateYams-v3
Browse files Browse the repository at this point in the history
Update Yams to support versions 4.x.x and 5.x.x (v3 branch)
  • Loading branch information
mattpolzin authored Oct 13, 2022
2 parents 84193ea + 0cbed16 commit 15e39d1
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 @@ -17,7 +17,7 @@ let package = Package(
targets: ["OpenAPIKit"]),
],
dependencies: [
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0") // just for tests
.package(url: "https://github.com/jpsim/Yams.git", "4.0.0"..<"6.0.0") // just for tests
],
targets: [
.target(
Expand Down

0 comments on commit 15e39d1

Please sign in to comment.