File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ let package = Package(
1010 . library( name: " PostgresNIO " , targets: [ " PostgresNIO " ] ) ,
1111 ] ,
1212 dependencies: [
13- . package ( url: " https://github.com/apple/swift-crypto.git " , from: " 1.0.0 " ) ,
14- . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.0.0 " ) ,
15- . package ( url: " https://github.com/apple /swift-nio-ssl.git " , from: " 2.0.0 " ) ,
16- . package ( url: " https://github.com/apple/swift-metrics.git " , from: " 2.0.0 " ) ,
17- . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
13+ . package ( url: " https://github.com/apple/swift-crypto " , from: " 1.0.0 " ) ,
14+ . package ( url: " https://github.com/apple/swift-nio " , from: " 2.0.0 " ) ,
15+ . package ( url: " https://github.com/0xTim /swift-nio-ssl " , from: " 2.0.0 " ) ,
16+ . package ( url: " https://github.com/apple/swift-metrics " , from: " 2.0.0 " ) ,
17+ . package ( url: " https://github.com/apple/swift-log " , from: " 1.0.0 " ) ,
1818 ] ,
1919 targets: [
2020 . target( name: " PostgresNIO " , dependencies: [
You can’t perform that action at this time.
0 commit comments