File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ let package = Package(
10
10
. library( name: " PostgresNIO " , targets: [ " PostgresNIO " ] ) ,
11
11
] ,
12
12
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 " ) ,
18
18
] ,
19
19
targets: [
20
20
. target( name: " PostgresNIO " , dependencies: [
You can’t perform that action at this time.
0 commit comments