Skip to content

Commit

Permalink
bump OpenAPIKit version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed May 9, 2020
1 parent 253abc5 commit d2f1e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/mattpolzin/OpenAPIKit.git",
"state": {
"branch": null,
"revision": "abbfc112ebef55e4eff1bba04340289aa1b6ba09",
"version": "0.29.0"
"revision": "5c18f9c57617d8b0232a50fcfd1568e4f1d1da6c",
"version": "0.30.1"
}
},
{
Expand Down
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.
// swift-tools-version:5.2

import PackageDescription

Expand All @@ -11,7 +10,7 @@ let package = Package(
targets: ["OpenAPIReflection"]),
],
dependencies: [
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", .upToNextMinor(from: "0.29.0")),
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", .upToNextMinor(from: "0.30.0")),
.package(url: "https://github.com/mattpolzin/Sampleable.git", .upToNextMajor(from: "2.1.0"))
],
targets: [
Expand Down

0 comments on commit d2f1e5e

Please sign in to comment.