Skip to content

Commit

Permalink
2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Dec 1, 2023
1 parent 8b7e482 commit 81ccdde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -163,7 +163,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.19.1")
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.19.2")
],
targets: [
.target(name: "SomeProject", dependencies: ["SwiftOpenAPI"])
Expand Down
4 changes: 1 addition & 3 deletions Sources/SwiftOpenAPI/OpenAPIDescriptable.swift
Expand Up @@ -12,9 +12,7 @@ public extension OpenAPIDescriptable {
}
}

#if canImport(SwiftOpenAPIMacros)
import SwiftOpenAPIMacros

#if swift(>=5.9)
/// `OpenAPIAutoDescriptable`: An automatic implementation macro for the `OpenAPIDescriptable` protocol.
///
/// This macro facilitates the automatic implementation of the `OpenAPIDescriptable` protocol
Expand Down

0 comments on commit 81ccdde

Please sign in to comment.