diff --git a/Package.swift b/Package.swift index b59a5a2..b7feb56 100644 --- a/Package.swift +++ b/Package.swift @@ -18,8 +18,8 @@ let package = Package( targets: ["OpenAPICompute"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.3.0"), - .package(url: "https://github.com/swift-cloud/Compute", from: "3.0.0"), + .package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.5.0"), + .package(url: "https://github.com/swift-cloud/Compute", from: "3.1.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.