Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Nov 29, 2023
1 parent 456f588 commit 9a35d8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Examples/GreetingService/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
name: "GreetingService",
platforms: [.macOS(.v13)],
dependencies: [
.package(url: "https://github.com/apple/swift-openapi-generator", branch: "main"),
.package(url: "https://github.com/apple/swift-openapi-generator", exact: "1.0.0-alpha.1"),
.package(url: "https://github.com/apple/swift-openapi-runtime", exact: "1.0.0-alpha.1"),
.package(url: "https://github.com/swift-server/swift-openapi-vapor", exact: "1.0.0-alpha.1"),
.package(url: "https://github.com/vapor/vapor", from: "4.76.0"),
Expand Down
2 changes: 1 addition & 1 deletion Examples/GreetingServiceClient/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
name: "GreetingServiceClient",
platforms: [.macOS(.v13)],
dependencies: [
.package(url: "https://github.com/apple/swift-openapi-generator", branch: "main"),
.package(url: "https://github.com/apple/swift-openapi-generator", exact: "1.0.0-alpha.1"),
.package(url: "https://github.com/apple/swift-openapi-runtime", exact: "1.0.0-alpha.1"),
.package(url: "https://github.com/apple/swift-openapi-urlsession", exact: "1.0.0-alpha.1"),
],
Expand Down
2 changes: 1 addition & 1 deletion IntegrationTest/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-openapi-generator", branch: "main"),
.package(url: "https://github.com/apple/swift-openapi-generator", exact: "1.0.0-alpha.1"),
.package(url: "https://github.com/apple/swift-openapi-runtime", exact: "1.0.0-alpha.1"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ let package = Package(
// Tests-only: Runtime library linked by generated code, and also
// helps keep the runtime library new enough to work with the generated
// code.
.package(url: "https://github.com/apple/swift-openapi-runtime", branch: "main"),
.package(url: "https://github.com/apple/swift-openapi-runtime", exact: "1.0.0-alpha.1"),

// Build and preview docs
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Expand Down

0 comments on commit 9a35d8e

Please sign in to comment.