1
- // swift-tools-version:4.2
1
+ // swift-tools-version:4.1
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
@@ -17,12 +17,12 @@ let package = Package(
17
17
. package ( url: " https://github.com/vapor/leaf.git " , from: " 3.0.0 " ) ,
18
18
. package ( url: " https://github.com/vapor/auth.git " , from: " 2.0.0 " ) ,
19
19
20
- . package ( url: " https://github.com/nodes-vapor/sugar.git " , from: " 3.0.0-rc " ) ,
21
- . package ( url: " https://github.com/nodes-vapor/flash.git " , from: " 3 .0.0" ) ,
22
- . package ( url: " https://github.com/nodes-vapor/bootstrap.git " , from: " 2 .0.0" ) ,
20
+ . package ( url: " https://github.com/nodes-vapor/sugar.git " , from: " 3.0.0 " ) ,
21
+ . package ( url: " https://github.com/nodes-vapor/flash.git " , from: " 4 .0.0" ) ,
22
+ . package ( url: " https://github.com/nodes-vapor/bootstrap.git " , from: " 3 .0.0" ) ,
23
23
. package ( url: " https://github.com/nodes-vapor/reset.git " , from: " 1.0.0-rc " ) ,
24
24
. package ( url: " https://github.com/nodes-vapor/submissions.git " , from: " 1.0.0-beta " ) ,
25
- . package ( url: " https://github.com/nodes-vapor/paginator.git " , from: " 3.0.0-rc " ) ,
25
+ . package ( url: " https://github.com/nodes-vapor/paginator.git " , from: " 3.0.0 " ) ,
26
26
27
27
. package ( url: " https://github.com/twof/VaporMailgunService.git " , from: " 1.1.0 " ) ,
28
28
] ,
0 commit comments