Skip to content

Commit 0a3ee75

Browse files
committed
switch from a feature branch to the next release of OpenAPIKit.
1 parent 178f80c commit 0a3ee75

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"package": "OpenAPIKit",
5151
"repositoryURL": "https://github.com/mattpolzin/OpenAPIKit",
5252
"state": {
53-
"branch": "dereferenced-components",
54-
"revision": "93cc0f4c10cd15200357e584bfd2ecefc0d03f56",
55-
"version": null
53+
"branch": null,
54+
"revision": "201586db9dcce99d148eed12cc556a0c86c3355e",
55+
"version": "1.4.0"
5656
}
5757
},
5858
{

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ let package = Package(
1818
dependencies: [
1919
.package(url: "https://github.com/mattpolzin/Sampleable", from: "2.0.0"),
2020
.package(url: "https://github.com/mattpolzin/JSONAPI", from: "4.0.0"),
21-
// .package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "1.0.0"),
22-
.package(url: "https://github.com/mattpolzin/OpenAPIKit", .branch("dereferenced-components")),
21+
.package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "1.4.0"),
2322
.package(url: "https://github.com/mattpolzin/OpenAPIReflection", .upToNextMinor(from: "0.3.0")),
2423
.package(url: "https://github.com/typelift/SwiftCheck", .upToNextMinor(from: "0.12.0")),
2524
.package(url: "https://github.com/apple/swift-format", from: "0.50200.1"),

0 commit comments

Comments
 (0)