Skip to content

Commit

Permalink
Update SwaggerParser repository location because original is 404
Browse files Browse the repository at this point in the history
  • Loading branch information
knovichikhin authored May 28, 2024
1 parent 65e5e80 commit 5a68821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"pins": [
{
"package": "SwaggerParser",
"repositoryURL": "https://github.com/tachyonics/SwaggerParser.git",
"repositoryURL": "https://github.com/knovichikhin/SwaggerParser.git",
"state": {
"branch": null,
"revision": "c0eb70485c59a9d7dd6765dcd303b49fdb3040ee",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
targets: ["SwaggerServiceModel"]),
],
dependencies: [
.package(url: "https://github.com/tachyonics/SwaggerParser.git", from: "0.6.4"),
.package(url: "https://github.com/knovichikhin/SwaggerParser.git", from: "0.6.4"),
.package(url: "https://github.com/jpsim/Yams.git", from: "0.5.0")
],
targets: [
Expand Down

0 comments on commit 5a68821

Please sign in to comment.