Skip to content

Commit

Permalink
➕Add OpenAPI dependencies to Nova
Browse files Browse the repository at this point in the history
Needed OpenAPIRuntime and OpenAPIURLSession to actually use an OpenAPI-generated target

Signed-off-by: Evan <[email protected]>
  • Loading branch information
BruceMcRooster committed Oct 27, 2024
1 parent c36891a commit 892b0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let package = Package(
],
path: "Sources/OpenAIAPI",
plugins: [
.plugin(name: "OpenAPIGenerator", package: "swift-openapi-generator"),
.plugin(name: "OpenAPIGenerator", package: "swift-openapi-generator")
]
),
.target(
Expand Down

0 comments on commit 892b0c4

Please sign in to comment.