Skip to content

Commit be09cb5

Browse files
committed
Update SwiftOpenAPIRuntime library dependency
1 parent bbbdd6d commit be09cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ let package = Package(
6060
// Tests-only: Runtime library linked by generated code, and also
6161
// helps keep the runtime library new enough to work with the generated
6262
// code.
63-
.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.3.2"),
63+
.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.4.0"),
6464
.package(url: "https://github.com/apple/swift-http-types", from: "1.0.2"),
6565

6666
// Build and preview docs

0 commit comments

Comments
 (0)