Skip to content

Commit b948c97

Browse files
authored
Support swift-openapi-runtime 1.0.0 (#12)
1 parent 889fb66 commit b948c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ let package = Package(
1212
.library(name: "OpenAPIHummingbird", targets: ["OpenAPIHummingbird"]),
1313
],
1414
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"),
15+
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
16+
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "1.8.3"),
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)