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.
2 parents bae07c7 + d038ce1 commit 3d7a840Copy full SHA for 3d7a840
Package.swift
@@ -24,9 +24,9 @@ let package = Package(
24
.library(name: "OpenAPIVapor", targets: ["OpenAPIVapor"])
25
],
26
dependencies: [
27
- .package(url: "https://github.com/apple/swift-openapi-runtime.git", exact: "1.0.0-alpha.1"),
+ .package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
28
.package(url: "https://github.com/vapor/vapor.git", from: "4.86.2"),
29
- .package(url: "https://github.com/apple/swift-atomics", from: "1.2.0")
+ .package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0")
30
31
targets: [
32
.target(
0 commit comments