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 9bed082 commit a0d480e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"repositoryURL": "https://github.com/amzn/service-model-swift-code-generate.git",
"state": {
"branch": null,
"revision": "40631a9fbcab5b7ac889b3d891923410a428d364",
"version": "2.6.0"
"revision": "5a6882138c61f23fc343405e8ad70c8b71b5c219",
"version": "2.6.1"
}
},
{
"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 @@ -35,7 +35,7 @@ let package = Package(
targets: ["CoralToJSONServiceModel"]),
],
dependencies: [
.package(url: "https://github.com/amzn/service-model-swift-code-generate.git", from: "2.6.0"),
.package(url: "https://github.com/amzn/service-model-swift-code-generate.git", from: "2.6.1"),
],
targets: [
.target(
Expand Down

0 comments on commit a0d480e

Please sign in to comment.