File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1- // swift-tools-version:5.5
1+ // swift-tools-version:5.9
22import PackageDescription
33
44let package = Package (
@@ -7,15 +7,12 @@ let package = Package(
77 . macOS( . v12) ,
88 ] ,
99 products: [
10- . library(
11- name: " FluentPostGIS " ,
12- targets: [ " FluentPostGIS " ]
13- ) ,
10+ . library( name: " FluentPostGIS " , targets: [ " FluentPostGIS " ] ) ,
1411 ] ,
1512 dependencies: [
16- . package ( url: " https://github.com/vapor/fluent-kit.git " , from: " 1.0 .0 " ) ,
17- . package ( url: " https://github.com/vapor/fluent-postgres-driver.git " , from: " 2.0 .0 " ) ,
18- . package ( url: " https://github.com/rabc/WKCodable.git " , from: " 0.1.0 " ) ,
13+ . package ( url: " https://github.com/vapor/fluent-kit.git " , from: " 1.49 .0 " ) ,
14+ . package ( url: " https://github.com/vapor/fluent-postgres-driver.git " , from: " 2.10 .0 " ) ,
15+ . package ( url: " https://github.com/rabc/WKCodable.git " , from: " 0.1.2 " ) ,
1916 ] ,
2017 targets: [
2118 . target(
You can’t perform that action at this time.
0 commit comments