Skip to content

Commit

Permalink
updated Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jan 13, 2025
1 parent 6f3a7cc commit 2834224
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-http-types",
"state" : {
"revision" : "ae67c8178eb46944fd85e4dc6dd970e1f3ed6ccd",
"version" : "1.3.0"
"revision" : "ef18d829e8b92d731ad27bb81583edd2094d1ce3",
"version" : "1.3.1"
}
},
{
Expand All @@ -69,17 +69,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-openapi-generator",
"state" : {
"revision" : "ad7f0e73246f5083733dbc025097fcdf0fbee2a1",
"version" : "1.6.0"
"revision" : "84b693f9d0559dc488e691edb4837bafbce2aaea",
"version" : "1.7.0"
}
},
{
"identity" : "swift-openapi-runtime",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-openapi-runtime",
"state" : {
"revision" : "5e119a3d52dde0229312ed586be99c666c6b6f64",
"version" : "1.7.0"
"revision" : "23146bc8710ac5e57abb693113f02dc274cf39b6",
"version" : "1.8.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ let package = Package(
),
.package(
url: "https://github.com/apple/swift-openapi-generator",
from: "1.0.0"
from: "1.7.0"
),
.package(
url: "https://github.com/apple/swift-openapi-runtime",
from: "1.0.0"
from: "1.8.0"
),
.package(
url: "https://github.com/apple/swift-openapi-urlsession",
Expand Down

0 comments on commit 2834224

Please sign in to comment.