We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889fb66 commit b948c97Copy full SHA for b948c97
Package.swift
@@ -12,8 +12,8 @@ let package = Package(
12
.library(name: "OpenAPIHummingbird", targets: ["OpenAPIHummingbird"]),
13
],
14
dependencies: [
15
- .package(url: "https://github.com/apple/swift-openapi-runtime", exact: "1.0.0-alpha.1"),
16
- .package(url: "https://github.com/hummingbird-project/hummingbird", from: "1.8.3"),
+ .package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
+ .package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "1.8.3"),
17
18
targets: [
19
.target(
0 commit comments