Skip to content

Commit f3a8dfe

Browse files
authored
Merge pull request #6 from bwdmr/main
dependency bump
2 parents ea14dfc + 042ac52 commit f3a8dfe

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Package.swift

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:5.9
22
import PackageDescription
33

44
let 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(

0 commit comments

Comments
 (0)