File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ let package = Package(
8
8
. library( name: " JavaScriptKit " , targets: [ " JavaScriptKit " ] )
9
9
] ,
10
10
dependencies: [
11
- . package ( url: " https://github.com/PureSwift/SwiftFoundation.git " , . branch( " feature/swift5 " ) )
11
+ . package ( url: " https://github.com/PureSwift/SwiftFoundation.git " , . branch( " develop " ) )
12
12
] ,
13
13
targets: [
14
14
. target(
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ let package = Package(
8
8
. library( name: " JavaScriptKit " , targets: [ " JavaScriptKit " ] )
9
9
] ,
10
10
dependencies: [
11
- . package ( url: " https://github.com/PureSwift/SwiftFoundation.git " , . branch( " feature/swift5 " ) )
11
+ . package ( url: " https://github.com/PureSwift/SwiftFoundation.git " , . branch( " develop " ) )
12
12
] ,
13
13
targets: [
14
14
. target(
You can’t perform that action at this time.
0 commit comments