Skip to content

Commit 0e8371f

Browse files
committed
Update SwiftOpenAPIRuntime library dependency
1 parent 368d569 commit 0e8371f

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
targets: [

0 commit comments

Comments
 (0)