Skip to content

Commit

Permalink
Bump the runtime version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Dec 11, 2024
1 parent a098cd1 commit fd62811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ fileprivate extension CompatibilityTest {
let package = Package(
name: "\(packageName)",
platforms: [.macOS(.v13)],
dependencies: [.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.0.0")],
dependencies: [.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.7.0")],
targets: [.target(name: "Harness", dependencies: [.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime")])]
)
"""
Expand Down

0 comments on commit fd62811

Please sign in to comment.