Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Sep 25, 2023
1 parent 662009b commit 64fbc8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ let package = Package(
.library(
name: "OpenAPIReflection",
targets: ["OpenAPIReflection"]),
.library(
name: "OpenAPIReflection30",
targets: ["OpenAPIReflection30"]),
],
dependencies: [
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", .branch("release/3_0")),
Expand Down

0 comments on commit 64fbc8c

Please sign in to comment.