File tree 1 file changed +5
-8
lines changed
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
2
2
import PackageDescription
3
3
4
4
let package = Package (
@@ -7,15 +7,12 @@ let package = Package(
7
7
. macOS( . v12) ,
8
8
] ,
9
9
products: [
10
- . library(
11
- name: " FluentPostGIS " ,
12
- targets: [ " FluentPostGIS " ]
13
- ) ,
10
+ . library( name: " FluentPostGIS " , targets: [ " FluentPostGIS " ] ) ,
14
11
] ,
15
12
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 " ) ,
19
16
] ,
20
17
targets: [
21
18
. target(
You can’t perform that action at this time.
0 commit comments