File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 50
50
"package" : " OpenAPIKit" ,
51
51
"repositoryURL" : " https://github.com/mattpolzin/OpenAPIKit" ,
52
52
"state" : {
53
- "branch" : " dereferenced-components " ,
54
- "revision" : " 93cc0f4c10cd15200357e584bfd2ecefc0d03f56 " ,
55
- "version" : null
53
+ "branch" : null ,
54
+ "revision" : " 201586db9dcce99d148eed12cc556a0c86c3355e " ,
55
+ "version" : " 1.4.0 "
56
56
}
57
57
},
58
58
{
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ let package = Package(
18
18
dependencies: [
19
19
. package ( url: " https://github.com/mattpolzin/Sampleable " , from: " 2.0.0 " ) ,
20
20
. 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 " ) ,
23
22
. package ( url: " https://github.com/mattpolzin/OpenAPIReflection " , . upToNextMinor( from: " 0.3.0 " ) ) ,
24
23
. package ( url: " https://github.com/typelift/SwiftCheck " , . upToNextMinor( from: " 0.12.0 " ) ) ,
25
24
. package ( url: " https://github.com/apple/swift-format " , from: " 0.50200.1 " ) ,
You can’t perform that action at this time.
0 commit comments