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 f16a4fa commit bbb08b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/amzn/openapi-swift-code-generate.git",
"state" : {
"revision" : "9ac750f50061f9046d6dbdf71fe064234f4ed099",
"version" : "1.0.1"
"revision" : "2785b1dd472850c470b5cd3c9b727ce3dff4827d",
"version" : "1.0.3"
}
},
{
"identity" : "openapikit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mattpolzin/OpenAPIKit.git",
"state" : {
"revision" : "d40e6c3d57b1b27ac2114861d5a83cf8ee9d206d",
"version" : "3.0.0-alpha.6"
"revision" : "33a9984b4af03f00e68b8ee85f1273cb826af04f",
"version" : "3.1.3"
}
},
{
"identity" : "service-model-swift-code-generate",
"kind" : "remoteSourceControl",
"location" : "https://github.com/amzn/service-model-swift-code-generate.git",
"state" : {
"revision" : "2f4352075991d3f9b4b1a9a1075bf5e142e5a39e",
"version" : "3.1.0"
"revision" : "4e9ffec2cfc53c49aedae96aa16587f9f7b88c38",
"version" : "3.1.1"
}
},
{
"identity" : "swaggerparser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tachyonics/SwaggerParser.git",
"location" : "https://github.com/knovichikhin/SwaggerParser.git",
"state" : {
"revision" : "c0eb70485c59a9d7dd6765dcd303b49fdb3040ee",
"version" : "0.6.4"
Expand All @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "fee6933f37fde9a5e12a1e4aeaa93fe60116ff2a",
"version" : "1.2.2"
"revision" : "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
"version" : "1.4.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/amzn/service-model-swift-code-generate.git", from: "3.1.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/amzn/openapi-swift-code-generate.git", from: "1.0.0"),
.package(url: "https://github.com/amzn/openapi-swift-code-generate.git", from: "1.0.3"),
],
targets: [
.plugin(
Expand Down

0 comments on commit bbb08b2

Please sign in to comment.