@@ -13,17 +13,17 @@ let package = Package(
1313 . library( name: " TestServerModels " , targets: [ " APIModels " ] )
1414 ] ,
1515 dependencies: [
16- . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.0 .0 " ) ) ,
16+ . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.4 .0 " ) ) ,
1717 . package ( url: " https://github.com/vapor/fluent-postgres-driver.git " , from: " 2.0.0-rc.1 " ) ,
1818 . package ( url: " https://github.com/vapor/fluent.git " , from: " 4.0.0-rc.2 " ) ,
1919
20- . package ( url: " https://github.com/mattpolzin/VaporTypedRoutes.git " , . upToNextMinor( from: " 0.3 .0 " ) ) ,
21- . package ( url: " https://github.com/mattpolzin/VaporOpenAPI.git " , . upToNextMinor( from: " 0.0.5 " ) ) ,
20+ . package ( url: " https://github.com/mattpolzin/VaporTypedRoutes.git " , . upToNextMinor( from: " 0.4 .0 " ) ) ,
21+ . package ( url: " https://github.com/mattpolzin/VaporOpenAPI.git " , . upToNextMinor( from: " 0.0.6 " ) ) ,
2222
2323 . package ( url: " https://github.com/weichsel/ZIPFoundation/ " , . upToNextMinor( from: " 0.9.10 " ) ) ,
2424
2525 . package ( name: " JSONAPI-OpenAPI " , url: " https://github.com/mattpolzin/JSONAPI-OpenAPI.git " , . branch( " feature/gen-swift " ) ) ,
26- . package ( url: " https://github.com/mattpolzin/OpenAPIKit.git " , . upToNextMinor( from: " 0.28 .0 " ) ) ,
26+ . package ( url: " https://github.com/mattpolzin/OpenAPIKit.git " , . upToNextMinor( from: " 0.29 .0 " ) ) ,
2727 . package ( url: " https://github.com/mattpolzin/JSONAPI.git " , . upToNextMajor( from: " 3.0.0 " ) ) ,
2828 . package ( url: " https://github.com/jpsim/Yams.git " , . upToNextMajor( from: " 2.0.0 " ) )
2929 ] ,
0 commit comments