Skip to content

Commit 3d7a840

Browse files
authored
Merge pull request #14 from swift-server/mmbm-runtime-dep-1.0.0-release
Bump runtime dependency to 1.0.0
2 parents bae07c7 + d038ce1 commit 3d7a840

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
@@ -24,9 +24,9 @@ let package = Package(
2424
.library(name: "OpenAPIVapor", targets: ["OpenAPIVapor"])
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/apple/swift-openapi-runtime.git", exact: "1.0.0-alpha.1"),
27+
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
2828
.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")
29+
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0")
3030
],
3131
targets: [
3232
.target(

0 commit comments

Comments
 (0)