Skip to content

Commit e3c2f0f

Browse files
Bump OpenAPI depdendencies to support building on Windows. (#354)
1 parent 5e5929a commit e3c2f0f

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Package.resolved

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ let package = Package(
2828
.package(url: "https://github.com/apple/swift-nio.git", from: "2.80.0"),
2929
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.7.2"),
3030
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
31-
.package(url: "https://github.com/apple/swift-openapi-generator", from: "1.6.0"),
32-
.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.7.0"),
31+
.package(url: "https://github.com/apple/swift-openapi-generator", from: "1.7.2"),
32+
.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.8.2"),
3333
.package(url: "https://github.com/apple/swift-system", from: "1.4.2"),
3434
// This dependency provides the correct version of the formatter so that you can run `swift run swiftformat Package.swift Plugins/ Sources/ Tests/`
3535
.package(url: "https://github.com/nicklockwood/SwiftFormat", exact: "0.49.18"),

0 commit comments

Comments
 (0)