@@ -9,22 +9,22 @@ let package = Package(
99 ] ,
1010 dependencies: [
1111 // π Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
12- . package ( url: " https://github.com/vapor/core.git " , from: " 3.0.0-rc.2 " ) ,
12+ . package ( url: " https://github.com/vapor/core.git " , from: " 3.0.0 " ) ,
1313
1414 // π Hashing (BCrypt, SHA, HMAC, etc), encryption, and randomness.
15- . package ( url: " https://github.com/vapor/crypto.git " , from: " 3.0.0-rc.2 " ) ,
15+ . package ( url: " https://github.com/vapor/crypto.git " , from: " 3.0.0 " ) ,
1616
1717 // π Non-blocking, event-driven networking for Swift (HTTP and WebSockets).
18- . package ( url: " https://github.com/vapor/http.git " , from: " 3.0.0-rc.2 " ) ,
18+ . package ( url: " https://github.com/vapor/http.git " , from: " 3.1.0 " ) ,
1919
2020 // π Swift ORM framework (queries, models, and relations) for building NoSQL and SQL database integrations.
21- . package ( url: " https://github.com/vapor/fluent.git " , from: " 3.0.0-rc.2 " ) ,
21+ . package ( url: " https://github.com/vapor/fluent.git " , from: " 3.0.0- " ) ,
2222
2323 // π¦ Dependency injection / inversion of control framework.
24- . package ( url: " https://github.com/vapor/service.git " , from: " 1.0.0-rc.2 " ) ,
24+ . package ( url: " https://github.com/vapor/service.git " , from: " 1.0.0 " ) ,
2525
2626 // π§ A server-side Swift web framework.
27- . package ( url: " https://github.com/vapor/vapor.git " , from: " 3.0.0-rc.2 " ) ,
27+ . package ( url: " https://github.com/vapor/vapor.git " , from: " 3.0.0 " ) ,
2828 ] ,
2929 targets: [
3030 . target( name: " Authentication " , dependencies: [ " Async " , " Bits " , " Crypto " , " Debugging " , " Fluent " , " HTTP " , " Service " , " Vapor " ] ) ,
0 commit comments