File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ let package = Package(
14
14
. package ( url: " https://github.com/vapor/crypto.git " , from: " 3.0.0 " ) ,
15
15
16
16
// 🗄 Core services for creating database integrations.
17
- . package ( url: " https://github.com/vapor/database-kit.git " , from : " 1.0.0 " ) ,
17
+ . package ( url: " https://github.com/vapor/database-kit.git " , . branch ( " fluent-gm " ) ) ,
18
18
19
19
// 📦 Dependency injection / inversion of control framework.
20
20
. package ( url: " https://github.com/vapor/service.git " , from: " 1.0.0 " ) ,
21
21
22
22
// *️⃣ Build SQL queries in Swift.
23
- . package ( url: " https://github.com/vapor/sql.git " , from : " 1.0.0 " ) ,
23
+ . package ( url: " https://github.com/vapor/sql.git " , . branch ( " fluent-gm " ) ) ,
24
24
25
25
// Event-driven network application framework for high performance protocol servers & clients, non-blocking.
26
26
. package ( url: " https://github.com/apple/swift-nio.git " , from: " 1.0.0 " ) ,
Original file line number Diff line number Diff line change 44
44
name : Compile code with optimizations
45
45
command : swift build -c release
46
46
47
-
48
-
49
-
50
47
linux-fluent :
51
48
docker :
52
49
- image : codevapor/swift:4.1
You can’t perform that action at this time.
0 commit comments