1- // swift-tools-version:5.8
1+ // swift-tools-version:6.0
22
33import PackageDescription
44
@@ -21,13 +21,13 @@ let package = Package(
2121 ] ,
2222 dependencies: [
2323 . package ( url: " https://github.com/mattpolzin/Sampleable.git " , from: " 2.0.0 " ) ,
24- . package ( url: " https://github.com/mattpolzin/JSONAPI.git " , from: " 5 .0.0" ) ,
24+ . package ( url: " https://github.com/mattpolzin/JSONAPI.git " , from: " 6 .0.0" ) ,
2525 . package ( url: " https://github.com/mattpolzin/OpenAPIKit.git " , from: " 4.0.0 " ) ,
2626 . package ( url: " https://github.com/mattpolzin/OpenAPIReflection.git " , from: " 3.0.0 " ) ,
2727 . package ( url: " https://github.com/typelift/SwiftCheck.git " , . upToNextMinor( from: " 0.12.0 " ) ) ,
2828 . package ( url: " https://github.com/apple/swift-format.git " , from: " 509.0.0 " ) ,
2929 . package ( url: " https://github.com/pointfreeco/swift-nonempty.git " , . upToNextMinor( from: " 0.2.0 " ) ) ,
30- . package ( url: " https://github.com/mattpolzin/JSONAPIViz.git " , exact: " 0.0.6 " )
30+ . package ( url: " https://github.com/mattpolzin/JSONAPIViz.git " , exact: " 0.0.7 " )
3131 ] ,
3232 targets: [
3333 . target(
@@ -82,5 +82,5 @@ let package = Package(
8282 ]
8383 )
8484 ] ,
85- swiftLanguageVersions : [ . v5]
85+ swiftLanguageModes : [ . v5, . v6 ]
8686)
0 commit comments