Skip to content

Commit

Permalink
Merge pull request #2 from siemensikkema/patch-1
Browse files Browse the repository at this point in the history
Use correct git URLs to improve package resolution
  • Loading branch information
mattpolzin authored Sep 9, 2020
2 parents 76f21bf + ebad84b commit 7386d29
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
Expand Up @@ -10,8 +10,8 @@ let package = Package(
targets: ["OpenAPIReflection"]),
],
dependencies: [
.package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "1.0.0"),
.package(url: "https://github.com/mattpolzin/Sampleable", from: "2.1.0")
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", from: "1.0.0"),
.package(url: "https://github.com/mattpolzin/Sampleable.git", from: "2.1.0")
],
targets: [
.target(
Expand Down

0 comments on commit 7386d29

Please sign in to comment.