Skip to content

Commit a359eab

Browse files
authored
Bump OpenAPIKit to RC.2 (#293)
### Motivation OpenAPIKit is getting close to releasing a stable v3, so let's keep on top of the latest version to make sure it'll work well for us. ### Modifications Bumped to release candidate 2. Only had to adjusted one place in tests. ### Result We're on the latest OpenAPIKit v3 version. ### Test Plan Updated one place in tests, all other tests are passing.
1 parent 904e847 commit a359eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let package = Package(
7373
// Read OpenAPI documents
7474
.package(
7575
url: "https://github.com/mattpolzin/OpenAPIKit.git",
76-
exact: "3.0.0-beta.5"
76+
exact: "3.0.0-rc.2"
7777
),
7878
.package(
7979
url: "https://github.com/jpsim/Yams.git",

Tests/OpenAPIGeneratorCoreTests/Translator/CommonTypes/Test_DiscriminatorExtensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class Test_DiscriminatorExtensions: Test_Core {
2929
func testMappedTypes() throws {
3030
let typeAssigner = makeTranslator().typeAssigner
3131
func _test(
32-
mapping: [String: String]?,
32+
mapping: OrderedDictionary<String, String>?,
3333
schemaNames: [String],
3434
expectedOutputs: [Output],
3535
file: StaticString = #file,

0 commit comments

Comments
 (0)